summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/symbianutils/symbianutils.pri
diff options
context:
space:
mode:
authorStephen Chong <steven.chong@nokia.com>2011-07-21 19:39:55 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-07-28 12:28:24 (GMT)
commit16564e40046dea419925a4422094aed5a4d84a54 (patch)
tree30ab24752070fbf946014f5c12d7638ff4677816 /tools/runonphone/symbianutils/symbianutils.pri
parent5679d966b396523a1d555a4029e7da05515be2fa (diff)
downloadQt-16564e40046dea419925a4422094aed5a4d84a54.zip
Qt-16564e40046dea419925a4422094aed5a4d84a54.tar.gz
Qt-16564e40046dea419925a4422094aed5a4d84a54.tar.bz2
Runonphone with CODA support
Reviewed-By: Shane Kearns
Diffstat (limited to 'tools/runonphone/symbianutils/symbianutils.pri')
-rw-r--r--tools/runonphone/symbianutils/symbianutils.pri18
1 files changed, 12 insertions, 6 deletions
diff --git a/tools/runonphone/symbianutils/symbianutils.pri b/tools/runonphone/symbianutils/symbianutils.pri
index f07e494..2d32680 100644
--- a/tools/runonphone/symbianutils/symbianutils.pri
+++ b/tools/runonphone/symbianutils/symbianutils.pri
@@ -12,9 +12,10 @@ HEADERS += $$PWD/symbianutils_global.h \
$$PWD/bluetoothlistener.h \
$$PWD/communicationstarter.h \
$$PWD/symbiandevicemanager.h \
- $$PWD/tcftrkdevice.h \
- $$PWD/tcftrkmessage.h \
- $$PWD/json.h
+ $$PWD/codadevice.h \
+ $$PWD/codamessage.h \
+ $$PWD/json.h \
+ $$PWD/virtualserialdevice.h
SOURCES += $$PWD/trkutils.cpp \
$$PWD/trkdevice.cpp \
@@ -22,9 +23,14 @@ SOURCES += $$PWD/trkutils.cpp \
$$PWD/bluetoothlistener.cpp \
$$PWD/communicationstarter.cpp \
$$PWD/symbiandevicemanager.cpp \
- $$PWD/tcftrkdevice.cpp \
- $$PWD/tcftrkmessage.cpp \
- $$PWD/json.cpp
+ $$PWD/codadevice.cpp \
+ $$PWD/codamessage.cpp \
+ $$PWD/json.cpp \
+ $$PWD/virtualserialdevice.cpp
+
+DEFINES += HAS_SERIALPORT
+win32:SOURCES += $$PWD/virtualserialdevice_win.cpp
+unix:SOURCES += $$PWD/virtualserialdevice_posix.cpp
# Tests/trklauncher is a console application
contains(QT, gui) {