Maemo: Create packaging templates in project directory.

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-03 16:27:34 +02:00
parent baf10259a3
commit 1bcdb33fb1
8 changed files with 526 additions and 131 deletions

View File

@@ -28,7 +28,8 @@ HEADERS += \
$$PWD/maemodebugsupport.h \
$$PWD/maemodeviceconfiglistmodel.h \
$$PWD/maemoremotemountsmodel.h \
$$PWD/maemodeviceenvreader.h
$$PWD/maemodeviceenvreader.h \
$$PWD/maemotemplatesmanager.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -58,7 +59,8 @@ SOURCES += \
$$PWD/maemodebugsupport.cpp \
$$PWD/maemodeviceconfiglistmodel.cpp \
$$PWD/maemoremotemountsmodel.cpp \
$$PWD/maemodeviceenvreader.cpp
$$PWD/maemodeviceenvreader.cpp \
$$PWD/maemotemplatesmanager.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \