source: trunk/tools/runonphone/trk/trk.pri@ 657

Last change on this file since 657 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

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