summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/symbianutils/symbianutils.pri
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2010-02-09 10:50:08 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2010-02-09 19:09:40 (GMT)
commit9965d0e0484882d905c1f8a3bdf19f6eecd30226 (patch)
treecfdc0061993795106fdae3a05a01c818b01abf8b /tools/runonphone/symbianutils/symbianutils.pri
parent3208a33a18d7eb666f0f47eff02ce4b21e248c10 (diff)
downloadQt-9965d0e0484882d905c1f8a3bdf19f6eecd30226.zip
Qt-9965d0e0484882d905c1f8a3bdf19f6eecd30226.tar.gz
Qt-9965d0e0484882d905c1f8a3bdf19f6eecd30226.tar.bz2
rename trk -> symbianutils
commit 9c2676167a3aaeb99024a22343c3d998f191a75f Author: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Fri Feb 5 12:32:32 2010 +0100 src/shared: Rename trk to symbianutils
Diffstat (limited to 'tools/runonphone/symbianutils/symbianutils.pri')
-rw-r--r--tools/runonphone/symbianutils/symbianutils.pri25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/runonphone/symbianutils/symbianutils.pri b/tools/runonphone/symbianutils/symbianutils.pri
new file mode 100644
index 0000000..a54df76
--- /dev/null
+++ b/tools/runonphone/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 ...)
+}