QmlProjectManager refactoring

Putting every class in it's own files + avoid "using namespace"
This commit is contained in:
Kai Koehne
2010-02-16 13:39:13 +01:00
parent 45efd5b5b1
commit fdd85b7f33
22 changed files with 1079 additions and 708 deletions

View File

@@ -14,18 +14,27 @@ HEADERS += qmlproject.h \
qmlprojectconstants.h \
qmlprojectnodes.h \
qmlprojectwizard.h \
qmlprojectfile.h \
qmlprojectruncontrol.h \
qmlprojectrunconfiguration.h \
qmlprojectrunconfigurationfactory.h \
qmlnewprojectwizard.h \
qmltaskmanager.h \
qmlprojectmanager_global.h \
qmltarget.h
qmlprojectmanagerconstants.h \
qmlprojecttarget.h
SOURCES += qmlproject.cpp \
qmlprojectplugin.cpp \
qmlprojectmanager.cpp \
qmlprojectnodes.cpp \
qmlprojectwizard.cpp \
qmlprojectfile.cpp \
qmlprojectruncontrol.cpp \
qmlprojectrunconfiguration.cpp \
qmlprojectrunconfigurationfactory.cpp \
qmlnewprojectwizard.cpp \
qmltaskmanager.cpp \
qmltarget.cpp
qmlprojecttarget.cpp
RESOURCES += qmlproject.qrc
OTHER_FILES += QmlProjectManager.pluginspec