-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.pri
126 lines (101 loc) · 4.07 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Config.pri file version 2.0. Auto-generated by IDE. Any changes made by user will be lost!
BASEDIR = $$quote($$_PRO_FILE_PWD_)
device {
CONFIG(debug, debug|release) {
profile {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
LIBS += -lbbsystem
CONFIG += \
config_pri_assets \
config_pri_source_group1
} else {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
LIBS += -lbbsystem
CONFIG += \
config_pri_assets \
config_pri_source_group1
}
}
CONFIG(release, debug|release) {
!profile {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
LIBS += -lbbsystem
CONFIG += \
config_pri_assets \
config_pri_source_group1
}
}
}
simulator {
CONFIG(debug, debug|release) {
!profile {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/bb/system)
LIBS += -lbbsystem
CONFIG += \
config_pri_assets \
config_pri_source_group1
}
}
}
config_pri_assets {
OTHER_FILES += \
$$quote($$BASEDIR/assets/T2W_API.zip) \
$$quote($$BASEDIR/assets/main.qml) \
$$quote($$BASEDIR/assets/t2w_api_icon.png)
}
config_pri_source_group1 {
SOURCES += \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebbleaction.cpp) \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebbleattribute.cpp) \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebblenotification.cpp) \
$$quote($$BASEDIR/src/T2W API/Serializer.cpp) \
$$quote($$BASEDIR/src/T2W API/Talk2WatchInterface.cpp) \
$$quote($$BASEDIR/src/T2W API/UdpModule.cpp) \
$$quote($$BASEDIR/src/applicationui.cpp) \
$$quote($$BASEDIR/src/main.cpp)
HEADERS += \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebbleaction.h) \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebbleattribute.h) \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications/pebblenotification.h) \
$$quote($$BASEDIR/src/T2W API/Serializer.h) \
$$quote($$BASEDIR/src/T2W API/Talk2WatchInterface.h) \
$$quote($$BASEDIR/src/T2W API/UdpModule.h) \
$$quote($$BASEDIR/src/applicationui.hpp)
}
INCLUDEPATH += $$quote($$BASEDIR/src/T2W API) \
$$quote($$BASEDIR/src) \
$$quote($$BASEDIR/src/T2W API/PebbleNotifications)
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/../src/T2W API/*.c) \
$$quote($$BASEDIR/../src/T2W API/*.c++) \
$$quote($$BASEDIR/../src/T2W API/*.cc) \
$$quote($$BASEDIR/../src/T2W API/*.cpp) \
$$quote($$BASEDIR/../src/T2W API/*.cxx) \
$$quote($$BASEDIR/../src/T2W API/PebbleNotifications/*.c) \
$$quote($$BASEDIR/../src/T2W API/PebbleNotifications/*.c++) \
$$quote($$BASEDIR/../src/T2W API/PebbleNotifications/*.cc) \
$$quote($$BASEDIR/../src/T2W API/PebbleNotifications/*.cpp) \
$$quote($$BASEDIR/../src/T2W API/PebbleNotifications/*.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)