aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineoptionpool.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-11-20 17:09:41 -0500
committerJake Petroules <jake.petroules@petroules.com>2013-11-26 16:13:35 +0100
commitdbb39fc1fce3686a5161d68e89e96086fc664556 (patch)
tree7651a5a1e885805eaec99105abcaf61bd865667f /src/app/qbs/parser/commandlineoptionpool.h
parentd7656eef2decad018759cae7f18c4e66c3a688bf (diff)
Support specifying the Qbs build directory as a command line option.
Also supports changing the default build directory ('.') using the 'preferences.defaultBuildDirectory' property. Task-number: QBS-462 Change-Id: Id3d05d2f5b14197bd3af2e7f9d55bdd263809716 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app/qbs/parser/commandlineoptionpool.h')
-rw-r--r--src/app/qbs/parser/commandlineoptionpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs/parser/commandlineoptionpool.h b/src/app/qbs/parser/commandlineoptionpool.h
index 46c36a9d9..ccb5b0421 100644
--- a/src/app/qbs/parser/commandlineoptionpool.h
+++ b/src/app/qbs/parser/commandlineoptionpool.h
@@ -42,6 +42,7 @@ public:
CommandLineOption *getOption(CommandLineOption::Type type) const;
FileOption *fileOption() const;
+ BuildDirectoryOption *buildDirectoryOption() const;
LogLevelOption *logLevelOption() const;
VerboseOption *verboseOption() const;
QuietOption *quietOption() const;