forked from qt-creator/qt-creator
Add experimental Maemo support.
Includes Maemo tool chain, run configuration, run control, manager, etc. Adds the DebuggerManager to the object pool. This is ugly, but nobody came up with anything better on short notice. To be refactored. Co-Authored-By: kh1
This commit is contained in:
14
src/plugins/qt4projectmanager/qt-maemo/qt-maemo.pri
Normal file
14
src/plugins/qt4projectmanager/qt-maemo/qt-maemo.pri
Normal file
@@ -0,0 +1,14 @@
|
||||
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
||||
!isEmpty(SUPPORT_QT_MAEMO) {
|
||||
message("Adding experimental support for Qt/Maemo applications.")
|
||||
DEFINES += QTCREATOR_WITH_MAEMO
|
||||
HEADERS += \
|
||||
$$PWD/maemorunconfiguration.h \
|
||||
$$PWD/maemomanager.h \
|
||||
$$PWD/maemotoolchain.h
|
||||
SOURCES += \
|
||||
$$PWD/maemorunconfiguration.cpp \
|
||||
$$PWD/maemomanager.cpp \
|
||||
$$PWD/maemotoolchain.cpp
|
||||
RESOURCES += $$PWD/qt-maemo.qrc
|
||||
}
|
||||
Reference in New Issue
Block a user