-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPDSFMonitor.pro
More file actions
42 lines (32 loc) · 798 Bytes
/
PDSFMonitor.pro
File metadata and controls
42 lines (32 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-28T15:30:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PDSFMonitor
TEMPLATE = app
SOURCES += main.cpp\
pdsfmonitormain.cpp \
nersclogindata.cpp \
nersclogindialog.cpp \
newtrequest.cpp \
nerscjobdata.cpp \
pdsfjob.cpp \
aboutdialog.cpp
HEADERS += pdsfmonitormain.h \
nersclogindata.h \
nersclogindialog.h \
newtrequest.h \
nerscjobdata.h \
pdsfjob.h \
aboutdialog.h
FORMS += pdsfmonitormain.ui \
nersclogindialog.ui \
detailed.ui \
aboutdialog.ui
unix: CONFIG += link_pkgconfig
unix|win32: LIBS += -lcurl
OTHER_FILES += \
gplv3.txt