aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-08-15 21:05:07 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-08-26 09:54:19 +0000
commit24366e07ea4336c015e9278c45beeb1f3349130f (patch)
treefe89895dda070feeb7b87c9121138e0fc853b3d8 /doc
parent6dba0649865f0113b9eac9dde19d0126f8736a02 (diff)
Introduce qbs.shellPath.
Change-Id: I2ef95d65ddbb4500c84de3b2b3ee27d2d3d79e1b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index 45cf07ba2..3b38f5cc6 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -161,6 +161,16 @@
\li \c{"NUL"} on Windows,
\c{"/dev/null"} on Unix
\li Holds the platform-specific file path corresponding to the null device.
+ \row
+ \li shellPath
+ \li \c{path}
+ \li 1.5
+ \li \c{"%COMSPEC%"} on Windows,
+ \c{"/bin/sh"} on Unix
+ \li Holds the platform-specific file path corresponding to the command line interpreter.
+ On Windows this is the path to \c{cmd.exe}, which is held in the \c{COMSPEC}
+ environment variable - typically \c{C:/Windows/System32/cmd.exe},
+ and on Unix-like platforms this is \c{/bin/sh}.
\endtable
\section1 Environment Properties