aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineoptionpool.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-08-25 12:10:25 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-09-04 09:53:09 +0000
commitc6993777a1eed16868d36b5eacd3e63f39872953 (patch)
tree50f695d7ef1b50ea7fb24a6bac0dc1ff0fb8d1f0 /src/app/qbs/parser/commandlineoptionpool.h
parent7165e26522e783950f4ac2d4d4b42c2264931c32 (diff)
Do not give special treatment to target artifacts in "qbs clean".
The differentiation between "remove all artifacts" and "remove only non- target artifacts" was probably introduced originally to allow people to save space in their build directory while still being able to run their project from there. However, people can (and should) simply install their project in that case, which is the default anyway these days. So now "qbs clean" does what "qbs clean --all-artifacts" used to do. Change-Id: Id307bee9c2605a22e3f42669df298a1ba20b393b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/app/qbs/parser/commandlineoptionpool.h')
-rw-r--r--src/app/qbs/parser/commandlineoptionpool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/qbs/parser/commandlineoptionpool.h b/src/app/qbs/parser/commandlineoptionpool.h
index 12bb82344..cbea5023d 100644
--- a/src/app/qbs/parser/commandlineoptionpool.h
+++ b/src/app/qbs/parser/commandlineoptionpool.h
@@ -53,7 +53,6 @@ public:
KeepGoingOption *keepGoingOption() const;
JobsOption *jobsOption() const;
ProductsOption *productsOption() const;
- AllArtifactsOption *allArtifactsOption() const;
NoInstallOption *noInstallOption() const;
InstallRootOption *installRootOption() const;
RemoveFirstOption *removeFirstoption() const;