Maemo: Put package creation widget into its own class.

It will grow.
This commit is contained in:
ck
2010-04-14 09:48:41 +02:00
parent e0e1f80005
commit 14ceda410c
4 changed files with 142 additions and 15 deletions

View File

@@ -18,7 +18,8 @@ HEADERS += \
$$PWD/maemotoolchain.h \
$$PWD/maemopackagecreationstep.h \
$$PWD/maemopackagecreationfactory.h \
$$PWD/ne7sshobject.h
$$PWD/ne7sshobject.h \
$$PWD/maemopackagecreationwidget.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -35,7 +36,8 @@ SOURCES += \
$$PWD/maemotoolchain.cpp \
$$PWD/maemopackagecreationstep.cpp \
$$PWD/maemopackagecreationfactory.cpp \
$$PWD/ne7sshobject.cpp
$$PWD/ne7sshobject.cpp \
$$PWD/maemopackagecreationwidget.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \