-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.pri
97 lines (85 loc) · 4.05 KB
/
config.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
87
88
89
90
91
92
93
94
95
96
97
# Auto-generated by IDE. Any changes made by user will be lost!
BASEDIR = $$quote($$_PRO_FILE_PWD_)
device {
CONFIG(debug, debug|release) {
SOURCES += $$quote($$BASEDIR/src/AppSettings.cpp) \
$$quote($$BASEDIR/src/FormatDropDown.cpp) \
$$quote($$BASEDIR/src/LogicPasteApp.cpp) \
$$quote($$BASEDIR/src/PasteFormatter.cpp) \
$$quote($$BASEDIR/src/PasteListing.cpp) \
$$quote($$BASEDIR/src/PasteModel.cpp) \
$$quote($$BASEDIR/src/Pastebin.cpp) \
$$quote($$BASEDIR/src/ViewPastePage.cpp) \
$$quote($$BASEDIR/src/main.cpp)
HEADERS += $$quote($$BASEDIR/src/AppSettings.h) \
$$quote($$BASEDIR/src/FormatDropDown.h) \
$$quote($$BASEDIR/src/LogicPasteApp.h) \
$$quote($$BASEDIR/src/PasteFormatter.h) \
$$quote($$BASEDIR/src/PasteListing.h) \
$$quote($$BASEDIR/src/PasteModel.h) \
$$quote($$BASEDIR/src/Pastebin.h) \
$$quote($$BASEDIR/src/ViewPastePage.h) \
$$quote($$BASEDIR/src/config.h)
}
CONFIG(release, debug|release) {
SOURCES += $$quote($$BASEDIR/src/AppSettings.cpp) \
$$quote($$BASEDIR/src/FormatDropDown.cpp) \
$$quote($$BASEDIR/src/LogicPasteApp.cpp) \
$$quote($$BASEDIR/src/PasteFormatter.cpp) \
$$quote($$BASEDIR/src/PasteListing.cpp) \
$$quote($$BASEDIR/src/PasteModel.cpp) \
$$quote($$BASEDIR/src/Pastebin.cpp) \
$$quote($$BASEDIR/src/ViewPastePage.cpp) \
$$quote($$BASEDIR/src/main.cpp)
HEADERS += $$quote($$BASEDIR/src/AppSettings.h) \
$$quote($$BASEDIR/src/FormatDropDown.h) \
$$quote($$BASEDIR/src/LogicPasteApp.h) \
$$quote($$BASEDIR/src/PasteFormatter.h) \
$$quote($$BASEDIR/src/PasteListing.h) \
$$quote($$BASEDIR/src/PasteModel.h) \
$$quote($$BASEDIR/src/Pastebin.h) \
$$quote($$BASEDIR/src/ViewPastePage.h) \
$$quote($$BASEDIR/src/config.h)
}
}
simulator {
CONFIG(debug, debug|release) {
SOURCES += $$quote($$BASEDIR/src/AppSettings.cpp) \
$$quote($$BASEDIR/src/FormatDropDown.cpp) \
$$quote($$BASEDIR/src/LogicPasteApp.cpp) \
$$quote($$BASEDIR/src/PasteFormatter.cpp) \
$$quote($$BASEDIR/src/PasteListing.cpp) \
$$quote($$BASEDIR/src/PasteModel.cpp) \
$$quote($$BASEDIR/src/Pastebin.cpp) \
$$quote($$BASEDIR/src/ViewPastePage.cpp) \
$$quote($$BASEDIR/src/main.cpp)
HEADERS += $$quote($$BASEDIR/src/AppSettings.h) \
$$quote($$BASEDIR/src/FormatDropDown.h) \
$$quote($$BASEDIR/src/LogicPasteApp.h) \
$$quote($$BASEDIR/src/PasteFormatter.h) \
$$quote($$BASEDIR/src/PasteListing.h) \
$$quote($$BASEDIR/src/PasteModel.h) \
$$quote($$BASEDIR/src/Pastebin.h) \
$$quote($$BASEDIR/src/ViewPastePage.h) \
$$quote($$BASEDIR/src/config.h)
}
}
INCLUDEPATH += $$quote($$BASEDIR/src)
CONFIG += precompile_header
PRECOMPILED_HEADER = $$quote($$BASEDIR/precompiled.h)
lupdate_inclusion {
SOURCES += $$quote($$BASEDIR/../src/*.c) \
$$quote($$BASEDIR/../src/*.c++) \
$$quote($$BASEDIR/../src/*.cc) \
$$quote($$BASEDIR/../src/*.cpp) \
$$quote($$BASEDIR/../src/*.cxx) \
$$quote($$BASEDIR/../assets/*.qml) \
$$quote($$BASEDIR/../assets/*.js) \
$$quote($$BASEDIR/../assets/*.qs)
HEADERS += $$quote($$BASEDIR/../src/*.h) \
$$quote($$BASEDIR/../src/*.h++) \
$$quote($$BASEDIR/../src/*.hh) \
$$quote($$BASEDIR/../src/*.hpp) \
$$quote($$BASEDIR/../src/*.hxx)
}
TRANSLATIONS = $$quote($${TARGET}.ts)