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-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 \
|
|
|
|
|
$$PWD/maemosettingspage.h
|
|
|
|
|
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 \
|
|
|
|
|
$$PWD/maemosettingspage.cpp
|
|
|
|
|
FORMS += $$PWD/maemosettingswidget.ui
|
|
|
|
|
|
2009-10-16 17:33:12 +02:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|
|
|
|
|
}
|