Changeset 846 for trunk/tools/runonphone/symbianutils/symbianutils.pri
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/runonphone/symbianutils/symbianutils.pri
r769 r846 1 1 INCLUDEPATH *= $$PWD 2 3 QT += network 2 4 3 5 # Input … … 10 12 $$PWD/bluetoothlistener.h \ 11 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 19 SOURCES += $$PWD/trkutils.cpp \ … … 17 22 $$PWD/bluetoothlistener.cpp \ 18 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 29 # Tests/trklauncher is a console application
Note:
See TracChangeset
for help on using the changeset viewer.