equal
deleted
inserted
replaced
|
1 INCLUDEPATH *= $$PWD |
|
2 |
|
3 # Input |
|
4 HEADERS += $$PWD/callback.h \ |
|
5 $$PWD/trkutils.h \ |
|
6 $$PWD/trkdevice.h \ |
|
7 $$PWD/launcher.h \ |
|
8 $$PWD/bluetoothlistener.h \ |
|
9 $$PWD/communicationstarter.h |
|
10 |
|
11 SOURCES += $$PWD/trkutils.cpp \ |
|
12 $$PWD/trkdevice.cpp \ |
|
13 $$PWD/launcher.cpp \ |
|
14 $$PWD/bluetoothlistener.cpp \ |
|
15 $$PWD/communicationstarter.cpp |
|
16 |
|
17 # Tests/trklauncher is a console application |
|
18 contains(QT, gui) { |
|
19 HEADERS += $$PWD/bluetoothlistener_gui.h |
|
20 SOURCES += $$PWD/bluetoothlistener_gui.cpp |
|
21 } else { |
|
22 message(Trk: Console ...) |
|
23 } |