2009-10-16 17:33:12 +02:00
|
|
|
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
2010-01-29 22:49:55 +01:00
|
|
|
!isEmpty(SUPPORT_QT_MAEMO) {
|
2009-10-16 17:33:12 +02:00
|
|
|
message("Adding experimental support for Qt/Maemo applications.")
|
|
|
|
|
DEFINES += QTCREATOR_WITH_MAEMO
|
2010-01-13 14:20:37 +01:00
|
|
|
DEFINES += USE_SSH_LIB
|
|
|
|
|
INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
|
|
|
|
|
INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build
|
|
|
|
|
LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan)
|
2009-11-27 16:40:07 +01:00
|
|
|
HEADERS += $$PWD/maemorunconfiguration.h \
|
2009-10-16 17:33:12 +02:00
|
|
|
$$PWD/maemomanager.h \
|
2009-11-27 16:40:07 +01:00
|
|
|
$$PWD/maemotoolchain.h \
|
|
|
|
|
$$PWD/maemodeviceconfigurations.h \
|
2009-12-23 10:53:57 +01:00
|
|
|
$$PWD/maemosettingspage.h \
|
2010-02-03 16:05:51 +01:00
|
|
|
$$PWD/maemosettingswidget.h \
|
2009-12-23 10:53:57 +01:00
|
|
|
$$PWD/maemosshconnection.h \
|
2010-01-06 18:20:43 +01:00
|
|
|
$$PWD/maemosshthread.h \
|
2010-01-07 11:21:11 +01:00
|
|
|
$$PWD/maemoruncontrol.h \
|
|
|
|
|
$$PWD/maemorunconfigurationwidget.h
|
2009-11-27 16:40:07 +01:00
|
|
|
SOURCES += $$PWD/maemorunconfiguration.cpp \
|
2009-10-16 17:33:12 +02:00
|
|
|
$$PWD/maemomanager.cpp \
|
2009-11-27 16:40:07 +01:00
|
|
|
$$PWD/maemotoolchain.cpp \
|
|
|
|
|
$$PWD/maemodeviceconfigurations.cpp \
|
2009-12-23 10:53:57 +01:00
|
|
|
$$PWD/maemosettingspage.cpp \
|
2010-02-03 16:05:51 +01:00
|
|
|
$$PWD/maemosettingswidget.cpp \
|
2009-12-23 10:53:57 +01:00
|
|
|
$$PWD/maemosshconnection.cpp \
|
2010-01-06 18:20:43 +01:00
|
|
|
$$PWD/maemosshthread.cpp \
|
2010-01-07 11:21:11 +01:00
|
|
|
$$PWD/maemoruncontrol.cpp \
|
|
|
|
|
$$PWD/maemorunconfigurationwidget.cpp
|
2009-12-23 10:53:57 +01:00
|
|
|
FORMS += $$PWD/maemosettingswidget.ui
|
2009-10-16 17:33:12 +02:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|
|
|
|
|
}
|