source: trunk/tools/runonphone/symbianutils/symbianutils.pri

Last change on this file was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 846 bytes
RevLine 
[767]1INCLUDEPATH *= $$PWD
2
[846]3QT += network
4
[767]5# Input
6HEADERS += $$PWD/symbianutils_global.h \
7 $$PWD/callback.h \
8 $$PWD/trkutils.h \
9 $$PWD/trkutils_p.h \
10 $$PWD/trkdevice.h \
11 $$PWD/launcher.h \
12 $$PWD/bluetoothlistener.h \
13 $$PWD/communicationstarter.h \
[846]14 $$PWD/symbiandevicemanager.h \
15 $$PWD/tcftrkdevice.h \
16 $$PWD/tcftrkmessage.h \
17 $$PWD/json.h
[767]18
19SOURCES += $$PWD/trkutils.cpp \
20 $$PWD/trkdevice.cpp \
21 $$PWD/launcher.cpp \
22 $$PWD/bluetoothlistener.cpp \
23 $$PWD/communicationstarter.cpp \
[846]24 $$PWD/symbiandevicemanager.cpp \
25 $$PWD/tcftrkdevice.cpp \
26 $$PWD/tcftrkmessage.cpp \
27 $$PWD/json.cpp
[767]28
29# Tests/trklauncher is a console application
30contains(QT, gui) {
31 HEADERS += $$PWD/bluetoothlistener_gui.h
32 SOURCES += $$PWD/bluetoothlistener_gui.cpp
33} else {
34 message(Trk: Console ...)
35}
Note: See TracBrowser for help on using the repository browser.