diff options
author | Friedemann Kleint <[email protected]> | 2010-02-05 12:32:32 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2010-02-05 12:32:32 +0100 |
commit | 9c2676167a3aaeb99024a22343c3d998f191a75f (patch) | |
tree | 7a53a608bfcb1a5424d8e04c1a50281813a5ce23 /src/shared/symbianutils/symbianutils.pri | |
parent | f2b3e9f2dfbc580389b9b683a3e46e5a8422f55b (diff) |
src/shared: Rename trk to symbianutils
Diffstat (limited to 'src/shared/symbianutils/symbianutils.pri')
-rw-r--r-- | src/shared/symbianutils/symbianutils.pri | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/shared/symbianutils/symbianutils.pri b/src/shared/symbianutils/symbianutils.pri new file mode 100644 index 00000000000..a54df76968e --- /dev/null +++ b/src/shared/symbianutils/symbianutils.pri @@ -0,0 +1,25 @@ +INCLUDEPATH *= $$PWD + +# Input +HEADERS += $$PWD/symbianutils_global.h \ + $$PWD/callback.h \ + $$PWD/trkutils.h \ + $$PWD/trkutils_p.h \ + $$PWD/trkdevice.h \ + $$PWD/launcher.h \ + $$PWD/bluetoothlistener.h \ + $$PWD/communicationstarter.h + +SOURCES += $$PWD/trkutils.cpp \ + $$PWD/trkdevice.cpp \ + $$PWD/launcher.cpp \ + $$PWD/bluetoothlistener.cpp \ + $$PWD/communicationstarter.cpp + +# Tests/trklauncher is a console application +contains(QT, gui) { + HEADERS += $$PWD/bluetoothlistener_gui.h + SOURCES += $$PWD/bluetoothlistener_gui.cpp +} else { + message(Trk: Console ...) +} |