forked from qt-creator/qt-creator
Make BuildSteps one instance per BuildConfiguration
Enables users to change which buildsteps get run per buildconfiguration. Some further tweaks are probably necessary. This is a rather big change, though it should work. :)
This commit is contained in:
@@ -9,18 +9,16 @@ HEADERS = qmlproject.h \
|
||||
qmlprojectnodes.h \
|
||||
qmlprojectwizard.h \
|
||||
qmlnewprojectwizard.h \
|
||||
qmlprojectfileseditor.h \
|
||||
qmltaskmanager.h \
|
||||
qmlmakestep.h
|
||||
qmlprojectfileseditor.h
|
||||
SOURCES = qmlproject.cpp \
|
||||
qmlprojectplugin.cpp \
|
||||
qmlprojectmanager.cpp \
|
||||
qmlprojectnodes.cpp \
|
||||
qmlprojectwizard.cpp \
|
||||
qmlnewprojectwizard.cpp \
|
||||
qmlprojectfileseditor.cpp \
|
||||
qmltaskmanager.cpp \
|
||||
qmlmakestep.cpp
|
||||
qmlprojectfileseditor.cpp
|
||||
RESOURCES += qmlproject.qrc
|
||||
|
||||
OTHER_FILES += QmlProjectManager.pluginspec
|
||||
|
||||
Reference in New Issue
Block a user