Maemo: Prepare infrastructure for proper subdirs support.

No difference in functionality yet.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-06 12:04:53 +02:00
parent fd9b74dbbb
commit f43095ceaf
18 changed files with 708 additions and 300 deletions

View File

@@ -15,9 +15,12 @@ HEADERS += \
$$PWD/maemopackagecreationstep.h \
$$PWD/maemopackagecreationfactory.h \
$$PWD/maemopackagecreationwidget.h \
$$PWD/maemopackagecontents.h \
$$PWD/maemodeployablelistmodel.h \
$$PWD/qemuruntimemanager.h \
$$PWD/profilewrapper.h
$$PWD/profilewrapper.h \
$$PWD/maemodeployables.h \
$$PWD/maemodeployable.h \
$$PWD/maemodeployablelistwidget.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -35,14 +38,17 @@ SOURCES += \
$$PWD/maemopackagecreationstep.cpp \
$$PWD/maemopackagecreationfactory.cpp \
$$PWD/maemopackagecreationwidget.cpp \
$$PWD/maemopackagecontents.cpp \
$$PWD/maemodeployablelistmodel.cpp \
$$PWD/qemuruntimemanager.cpp \
$$PWD/profilewrapper.cpp
$$PWD/profilewrapper.cpp \
$$PWD/maemodeployables.cpp \
$$PWD/maemodeployablelistwidget.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \
$$PWD/maemosettingswidget.ui \
$$PWD/maemosshconfigdialog.ui \
$$PWD/maemopackagecreationwidget.ui
$$PWD/maemopackagecreationwidget.ui \
$$PWD/maemodeployablelistwidget.ui
RESOURCES += $$PWD/qt-maemo.qrc