tools/runonphone/symbianutils/symbianutils.pri
branchRCL_3
changeset 7 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
       
     1 INCLUDEPATH *= $$PWD
       
     2 
       
     3 # Input
       
     4 HEADERS += $$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 
       
    14 SOURCES += $$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
       
    22 contains(QT, gui) {
       
    23    HEADERS += $$PWD/bluetoothlistener_gui.h
       
    24     SOURCES += $$PWD/bluetoothlistener_gui.cpp
       
    25 } else {
       
    26     message(Trk: Console ...)
       
    27 }