summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-07-06 17:56:01 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-07-06 18:36:32 +0200
commit54584044ca7d56304f003ee0048c8d301d45c6a9 (patch)
tree18181969e4b5a52d5b3905d2d66d39400d490f2e /src/plugins/projectexplorer/buildstep.h
parent1062c0ad8cb7e191ae421384425b19d472152d59 (diff)
downloadqt-creator-54584044ca7d56304f003ee0048c8d301d45c6a9.tar.gz
Add Deploy steps
* Add "Deploy" to BuildSteps::Type * Update UIs to handle deploy steps * Turn existing package creation steps from build type to deploy type * Move packaging steps into deploy steps when loading projects Reviewed-by: dt
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index 571710828a..790646184f 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -75,6 +75,7 @@ public:
enum Type {
Build = 0,
Clean,
+ Deploy,
LastStepType
};
Q_ENUMS(Type)