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

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

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

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