Last change
on this file since 1147 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
846 bytes
|
Line | |
---|
1 | INCLUDEPATH *= $$PWD
|
---|
2 |
|
---|
3 | QT += network
|
---|
4 |
|
---|
5 | # Input
|
---|
6 | HEADERS += $$PWD/symbianutils_global.h \
|
---|
7 | $$PWD/callback.h \
|
---|
8 | $$PWD/trkutils.h \
|
---|
9 | $$PWD/trkutils_p.h \
|
---|
10 | $$PWD/trkdevice.h \
|
---|
11 | $$PWD/launcher.h \
|
---|
12 | $$PWD/bluetoothlistener.h \
|
---|
13 | $$PWD/communicationstarter.h \
|
---|
14 | $$PWD/symbiandevicemanager.h \
|
---|
15 | $$PWD/tcftrkdevice.h \
|
---|
16 | $$PWD/tcftrkmessage.h \
|
---|
17 | $$PWD/json.h
|
---|
18 |
|
---|
19 | SOURCES += $$PWD/trkutils.cpp \
|
---|
20 | $$PWD/trkdevice.cpp \
|
---|
21 | $$PWD/launcher.cpp \
|
---|
22 | $$PWD/bluetoothlistener.cpp \
|
---|
23 | $$PWD/communicationstarter.cpp \
|
---|
24 | $$PWD/symbiandevicemanager.cpp \
|
---|
25 | $$PWD/tcftrkdevice.cpp \
|
---|
26 | $$PWD/tcftrkmessage.cpp \
|
---|
27 | $$PWD/json.cpp
|
---|
28 |
|
---|
29 | # Tests/trklauncher is a console application
|
---|
30 | contains(QT, gui) {
|
---|
31 | HEADERS += $$PWD/bluetoothlistener_gui.h
|
---|
32 | SOURCES += $$PWD/bluetoothlistener_gui.cpp
|
---|
33 | } else {
|
---|
34 | message(Trk: Console ...)
|
---|
35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.