-
Notifications
You must be signed in to change notification settings - Fork 1
/
seismicsound-dl-sources.pri
86 lines (76 loc) · 4.94 KB
/
seismicsound-dl-sources.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
INCLUDEPATH += \
$$PWD/src \
HEADERS += \
$$PWD/src/appargumentconsts.h \
$$PWD/src/appargument.h \
$$PWD/src/apparguments.h \
$$PWD/src/consts.h \
$$PWD/src/dataselect.h \
$$PWD/src/dataselectquery.h \
$$PWD/src/debug.h \
$$PWD/src/downloaddatabyevent.h \
$$PWD/src/downloaddatabytime.h \
$$PWD/src/event.h \
$$PWD/src/eventlistdownload.h \
$$PWD/src/eventlistprint.h \
$$PWD/src/eventquery.h \
$$PWD/src/fdsnwslist.h \
$$PWD/src/filenameconflictaction.h \
$$PWD/src/info.h \
$$PWD/src/miniseedutils.h \
$$PWD/src/resources.h \
$$PWD/src/soundtags.h \
$$PWD/src/stationlistdownload.h \
$$PWD/src/stationlistprint.h \
$$PWD/src/stationquery.h \
$$PWD/src/trace.h \
$$PWD/src/urldownloader.h \
$$PWD/src/usage.h \
$$PWD/src/version.h \
$$PWD/src/xmlutils.h \
SOURCES += \
$$PWD/src/appargument.cpp \
$$PWD/src/apparguments.cpp \
$$PWD/src/dataselect.cpp \
$$PWD/src/dataselectquery.cpp \
$$PWD/src/debug.cpp \
$$PWD/src/downloaddatabyevent.cpp \
$$PWD/src/downloaddatabytime.cpp \
$$PWD/src/event.cpp \
$$PWD/src/eventlistdownload.cpp \
$$PWD/src/eventlistprint.cpp \
$$PWD/src/eventquery.cpp \
$$PWD/src/fdsnwslist.cpp \
$$PWD/src/info.cpp \
$$PWD/src/miniseedutils.cpp \
$$PWD/src/resources.cpp \
$$PWD/src/soundtags.cpp \
$$PWD/src/stationlistdownload.cpp \
$$PWD/src/stationlistprint.cpp \
$$PWD/src/stationquery.cpp \
$$PWD/src/trace.cpp \
$$PWD/src/urldownloader.cpp \
$$PWD/src/usage.cpp \
$$PWD/src/version.cpp \
$$PWD/src/xmlutils.cpp \
FORMS += \
TRANSLATIONS += \
# $$PWD/translations/ru.ts \
RESOURCES += \
$$PWD/qrc/usage.qrc \
OTHER_FILES += \
$$PWD/ABOUT \
$$PWD/AUTHORS \
$$PWD/CHANGELOG \
$$PWD/LIBRARIES \
$$PWD/LICENSE \
$$PWD/LICENSE.GPL-3+ \
$$PWD/README.md \
!contains(QT, testlib) {
HEADERS += \
SOURCES += \
$$PWD/src/main.cpp \
}
win32 {
RC_FILE += res/windows/rc.rc
}