tools/runonphone/symbianutils/symbianutils.pri
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Mon, 19 Apr 2010 10:15:19 +0300
branchRCL_3
changeset 9 b5b118452c7d
parent 7 3f74d0d4af4c
permissions -rw-r--r--
a8c775f23625952540b5349744722bcb9e37de45

INCLUDEPATH *= $$PWD

# Input
HEADERS += $$PWD/symbianutils_global.h \
    $$PWD/callback.h \
    $$PWD/trkutils.h \
    $$PWD/trkutils_p.h \
    $$PWD/trkdevice.h \
    $$PWD/launcher.h \
    $$PWD/bluetoothlistener.h \
    $$PWD/communicationstarter.h \
    $$PWD/symbiandevicemanager.h

SOURCES += $$PWD/trkutils.cpp \
    $$PWD/trkdevice.cpp \
    $$PWD/launcher.cpp \
    $$PWD/bluetoothlistener.cpp \
    $$PWD/communicationstarter.cpp \
    $$PWD/symbiandevicemanager.cpp

# Tests/trklauncher is a console application
contains(QT, gui) {
   HEADERS += $$PWD/bluetoothlistener_gui.h
    SOURCES += $$PWD/bluetoothlistener_gui.cpp
} else {
    message(Trk: Console ...)
}