aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/nsis-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-12-06 14:06:56 -0500
committerJake Petroules <jake.petroules@petroules.com>2013-12-06 20:18:10 +0100
commit4197ce071db35205856997d781a015622decae2a (patch)
tree9cfc21329af389254263097b0d751d56da3c201e /doc/reference/modules/nsis-module.qdoc
parent2e4950c1dcf209a8740f6300453a8dd4db8e9c49 (diff)
Correct some errors in the NSIS module documentation.
Change-Id: I963bdaae5ae87ae8939d2c66f14ba9fd61f57fa9 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc/reference/modules/nsis-module.qdoc')
-rw-r--r--doc/reference/modules/nsis-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/modules/nsis-module.qdoc b/doc/reference/modules/nsis-module.qdoc
index e1ba7dd64..6e188006c 100644
--- a/doc/reference/modules/nsis-module.qdoc
+++ b/doc/reference/modules/nsis-module.qdoc
@@ -39,7 +39,7 @@
The \c nsis module contains properties and rules for building EXE installers
for Windows using the Nullsoft Scriptable Install System.
- This module is only available on Windows.
+ This module is available on all platforms.
\note A typical NSIS script includes an OutFile command to set the filename of the generated
installer executable. However, \QBS overrides any OutFile commands found in the script, and
@@ -188,7 +188,7 @@
\table
\row \li \b{Type:} \li \c{string}
- \row \li \b{Default:} \li \c{"makensis.exe"}
+ \row \li \b{Default:} \li \c{"makensis"}
\endtable
Name of the compiler binary. This should not normally need to be changed.