Add skeleton for Maemo package creation build step.

(No actual functionality yet.)

Reviewed-by: kh1
This commit is contained in:
ck
2010-04-06 16:56:47 +02:00
parent 4ba9a1b0c2
commit 29e8e70b1c
8 changed files with 402 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ HEADERS += \
$$PWD/maemosettingswidget.h \
$$PWD/maemosshconnection.h \
$$PWD/maemosshthread.h \
$$PWD/maemotoolchain.h
$$PWD/maemotoolchain.h \
$$PWD/maemopackagecreationstep.h \
$$PWD/maemopackagecreationfactory.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -31,7 +33,9 @@ SOURCES += \
$$PWD/maemosettingswidget.cpp \
$$PWD/maemosshconnection.cpp \
$$PWD/maemosshthread.cpp \
$$PWD/maemotoolchain.cpp
$$PWD/maemotoolchain.cpp \
$$PWD/maemopackagecreationstep.cpp \
$$PWD/maemopackagecreationfactory.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \