diff options
author | dt <[email protected]> | 2009-10-27 14:16:28 +0100 |
---|---|---|
committer | dt <[email protected]> | 2009-11-19 16:36:48 +0100 |
commit | 0d162be22f4886d136d724e8b9cd0d8b9fd27592 (patch) | |
tree | 932f6b8d5d92114c6ace97adba316fba3504d72c /src/plugins/qmlprojectmanager/qmlproject.h | |
parent | ab038986a26946423a03eb23034981d83b5e2533 (diff) |
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. :)
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlproject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h index 0eafc1e542d..1a8e660daeb 100644 --- a/src/plugins/qmlprojectmanager/qmlproject.h +++ b/src/plugins/qmlprojectmanager/qmlproject.h @@ -81,7 +81,6 @@ public: virtual QStringList files(FilesMode fileMode) const; QStringList targets() const; - QmlMakeStep *makeStep() const; QString buildParser(ProjectExplorer::BuildConfiguration *configuration) const; enum RefreshOptions { |