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
|
2009-12-23 10:53:57 +01:00
|
|
|
# DEFINES += USE_SSH_LIB
|
|
|
|
|
# LIBS += -L/opt/ne7ssh/lib/ -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 \
|
2009-12-23 16:57:21 +01:00
|
|
|
$$PWD/maemosshthread.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 \
|
2009-12-23 16:57:21 +01:00
|
|
|
$$PWD/maemosshthread.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
|
|
|
|
|
}
|