-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHg10Service.pro
More file actions
executable file
·40 lines (29 loc) · 1.65 KB
/
Copy pathHg10Service.pro
File metadata and controls
executable file
·40 lines (29 loc) · 1.65 KB
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
APP_NAME = Hg10Service
CONFIG += qt warn_on cascades
QT += network xml
INCLUDEPATH += src/base /Users/pierre/Documents/Code/Libraries/BB10/swift/3rdParty/Boost/src
INCLUDEPATH += /Users/pierre/Documents/Code/Libraries/libotr/src /Users/pierre/Documents/Code/Libraries/libgcrypt-1.6.2/src /Users/pierre/Documents/Code/Libraries/libgpg-error-1.19/build/x86-qnx/include
device {
CONFIG(debug, debug|release) {
profile {
LIBS += -L/Users/pierre/Documents/Code/Libraries/libotr/build/arm-qnx/ -L/Users/pierre/Documents/Code/Libraries/libgcrypt-1.6.2/build/arm-qnx -L/Users/pierre/Documents/Code/Libraries/libgpg-error-1.19/build/arm-qnx/lib
} else {
LIBS += -L/Users/pierre/Documents/Code/Libraries/libotr/build/arm-qnx/ -L/Users/pierre/Documents/Code/Libraries/libgcrypt-1.6.2/build/arm-qnx -L/Users/pierre/Documents/Code/Libraries/libgpg-error-1.19/build/arm-qnx/lib
}
}
CONFIG(release, debug|release) {
!profile {
LIBS += -L/Users/pierre/Documents/Code/Libraries/libotr/build/arm-qnx -L/Users/pierre/Documents/Code/Libraries/libgcrypt-1.6.2/build/arm-qnx -L/Users/pierre/Documents/Code/Libraries/libgpg-error-1.19/build/arm-qnx/lib
}
}
}
simulator {
CONFIG(debug, debug|release) {
!profile {
LIBS += -L/Users/pierre/Documents/Code/Libraries/libotr/build/x86-qnx -L/Users/pierre/Documents/Code/Libraries/libgcrypt-1.6.2/build/x86-qnx -L/Users/pierre/Documents/Code/Libraries/libgpg-error-1.19/build/x86-qnx/lib
}
}
}
include(config.pri)
LIBS += -lbbsystem -lbb -lbbpim -lunifieddatasourcec -lbbdata -lbbplatform
LIBS += -lotr -lgcrypt -lintl -lgpg-error