Move the factories inside there own source files.

This commit is contained in:
kh1
2010-02-23 16:17:04 +01:00
parent 55dc4a9a92
commit 399ad59faa
7 changed files with 455 additions and 320 deletions

View File

@@ -10,7 +10,10 @@ HEADERS += $$PWD/maemorunconfiguration.h \
$$PWD/maemosshconnection.h \
$$PWD/maemosshthread.h \
$$PWD/maemoruncontrol.h \
$$PWD/maemorunconfigurationwidget.h
$$PWD/maemorunconfigurationwidget.h \
$$PWD/maemorunfactories.h \
$$PWD/maemoconstants.h
SOURCES += $$PWD/maemorunconfiguration.cpp \
$$PWD/maemomanager.cpp \
$$PWD/maemotoolchain.cpp \
@@ -20,6 +23,8 @@ SOURCES += $$PWD/maemorunconfiguration.cpp \
$$PWD/maemosshconnection.cpp \
$$PWD/maemosshthread.cpp \
$$PWD/maemoruncontrol.cpp \
$$PWD/maemorunconfigurationwidget.cpp
$$PWD/maemorunconfigurationwidget.cpp \
$$PWD/maemorunfactories.cpp
FORMS += $$PWD/maemosettingswidget.ui
RESOURCES += $$PWD/qt-maemo.qrc