equal
deleted
inserted
replaced
1 INCLUDEPATH *= $$PWD |
1 INCLUDEPATH *= $$PWD |
|
2 |
|
3 QT += network |
2 |
4 |
3 # Input |
5 # Input |
4 HEADERS += $$PWD/symbianutils_global.h \ |
6 HEADERS += $$PWD/symbianutils_global.h \ |
5 $$PWD/callback.h \ |
7 $$PWD/callback.h \ |
6 $$PWD/trkutils.h \ |
8 $$PWD/trkutils.h \ |
7 $$PWD/trkutils_p.h \ |
9 $$PWD/trkutils_p.h \ |
8 $$PWD/trkdevice.h \ |
10 $$PWD/trkdevice.h \ |
9 $$PWD/launcher.h \ |
11 $$PWD/launcher.h \ |
10 $$PWD/bluetoothlistener.h \ |
12 $$PWD/bluetoothlistener.h \ |
11 $$PWD/communicationstarter.h \ |
13 $$PWD/communicationstarter.h \ |
12 $$PWD/symbiandevicemanager.h |
14 $$PWD/symbiandevicemanager.h \ |
|
15 $$PWD/tcftrkdevice.h \ |
|
16 $$PWD/tcftrkmessage.h \ |
|
17 $$PWD/json.h |
13 |
18 |
14 SOURCES += $$PWD/trkutils.cpp \ |
19 SOURCES += $$PWD/trkutils.cpp \ |
15 $$PWD/trkdevice.cpp \ |
20 $$PWD/trkdevice.cpp \ |
16 $$PWD/launcher.cpp \ |
21 $$PWD/launcher.cpp \ |
17 $$PWD/bluetoothlistener.cpp \ |
22 $$PWD/bluetoothlistener.cpp \ |
18 $$PWD/communicationstarter.cpp \ |
23 $$PWD/communicationstarter.cpp \ |
19 $$PWD/symbiandevicemanager.cpp |
24 $$PWD/symbiandevicemanager.cpp \ |
|
25 $$PWD/tcftrkdevice.cpp \ |
|
26 $$PWD/tcftrkmessage.cpp \ |
|
27 $$PWD/json.cpp |
20 |
28 |
21 # Tests/trklauncher is a console application |
29 # Tests/trklauncher is a console application |
22 contains(QT, gui) { |
30 contains(QT, gui) { |
23 HEADERS += $$PWD/bluetoothlistener_gui.h |
31 HEADERS += $$PWD/bluetoothlistener_gui.h |
24 SOURCES += $$PWD/bluetoothlistener_gui.cpp |
32 SOURCES += $$PWD/bluetoothlistener_gui.cpp |