-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAgaveClientInterface.pri
43 lines (39 loc) · 1.43 KB
/
AgaveClientInterface.pri
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
INCLUDEPATH += "$$PWD/"
SOURCES += \
$$PWD/agaveInterfaces/agavehandler.cpp \
$$PWD/agaveInterfaces/agavetaskguide.cpp \
$$PWD/agaveInterfaces/agavetaskreply.cpp \
$$PWD/remotedatainterface.cpp \
$$PWD/filemetadata.cpp \
$$PWD/remotejobdata.cpp \
$$PWD/remoteFiles/filenoderef.cpp \
$$PWD/remoteFiles/fileoperator.cpp \
$$PWD/remoteFiles/filetreenode.cpp \
$$PWD/remoteFiles/remotefiletree.cpp \
$$PWD/remoteFiles/selectedfilelabel.cpp \
$$PWD/remoteJobs/joblistnode.cpp \
$$PWD/remoteJobs/joboperator.cpp \
$$PWD/remoteJobs/remotejoblister.cpp \
$$PWD/remoteJobs/jobstandarditem.cpp \
$$PWD/remoteFiles/filerecursiveoperator.cpp \
$$PWD/remoteFiles/filestandarditem.cpp
HEADERS += \
$$PWD/agaveInterfaces/agavehandler.h \
$$PWD/agaveInterfaces/agavetaskguide.h \
$$PWD/agaveInterfaces/agavetaskreply.h \
$$PWD/remotedatainterface.h \
$$PWD/filemetadata.h \
$$PWD/remotejobdata.h \
$$PWD/remoteFiles/filenoderef.h \
$$PWD/remoteFiles/fileoperator.h \
$$PWD/remoteFiles/filetreenode.h \
$$PWD/remoteFiles/remotefiletree.h \
$$PWD/remoteFiles/selectedfilelabel.h \
$$PWD/remoteJobs/joblistnode.h \
$$PWD/remoteJobs/joboperator.h \
$$PWD/remoteJobs/remotejoblister.h \
$$PWD/remoteJobs/jobstandarditem.h \
$$PWD/remoteFiles/filerecursiveoperator.h \
$$PWD/remoteFiles/filestandarditem.h
DISTFILES += \
$$PWD/doxygen.cfg