summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-maemo/qt-maemo.pri
blob: 9f79c66b11af48082205479e5d684e5fe214f574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
!isEmpty(SUPPORT_QT_MAEMO) { 
    message("Adding experimental support for Qt/Maemo applications.")
    DEFINES += QTCREATOR_WITH_MAEMO
    DEFINES += USE_SSH_LIB
    INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
    INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build
    LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan)
    HEADERS += $$PWD/maemorunconfiguration.h \
        $$PWD/maemomanager.h \
        $$PWD/maemotoolchain.h \
        $$PWD/maemodeviceconfigurations.h \
        $$PWD/maemosettingspage.h \
        $$PWD/maemosshconnection.h \
        $$PWD/maemosshthread.h \
        $$PWD/maemoruncontrol.h \
        $$PWD/maemorunconfigurationwidget.h
    SOURCES += $$PWD/maemorunconfiguration.cpp \
        $$PWD/maemomanager.cpp \
        $$PWD/maemotoolchain.cpp \
        $$PWD/maemodeviceconfigurations.cpp \
        $$PWD/maemosettingspage.cpp \
        $$PWD/maemosshconnection.cpp \
        $$PWD/maemosshthread.cpp \
        $$PWD/maemoruncontrol.cpp \
        $$PWD/maemorunconfigurationwidget.cpp
    FORMS += $$PWD/maemosettingswidget.ui
    RESOURCES += $$PWD/qt-maemo.qrc
}