2009-10-16 17:33:12 +02:00
|
|
|
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
2009-11-27 16:40:07 +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-12 13:40:38 +01:00
|
|
|
# DEFINES += USE_SSH_LIB
|
|
|
|
|
# INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
|
|
|
|
|
# LIBS += -L$$PWD/../../../../lib/qtcreator -lNet7ssh
|
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 \
|
|
|
|
|
$$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 \
|
|
|
|
|
$$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
|
|
|
|
|
}
|