Maemo: Make device configuration settable from deploy widget.

This is necessary in case there is no run configuration (e.g. for
library projects).
This commit is contained in:
ck
2010-07-16 17:09:05 +02:00
parent 4a9ba8d082
commit b96df669b1
14 changed files with 340 additions and 83 deletions

View File

@@ -25,7 +25,8 @@ HEADERS += \
$$PWD/maemodeploystepfactory.h \
$$PWD/maemoglobal.h \
$$PWD/maemosshrunner.h \
$$PWD/maemodebugsupport.h
$$PWD/maemodebugsupport.h \
$$PWD/maemodeviceconfiglistmodel.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -52,7 +53,8 @@ SOURCES += \
$$PWD/maemodeploystepfactory.cpp \
$$PWD/maemoglobal.cpp \
$$PWD/maemosshrunner.cpp \
$$PWD/maemodebugsupport.cpp
$$PWD/maemodebugsupport.cpp \
$$PWD/maemodeviceconfiglistmodel.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \