summaryrefslogtreecommitdiffstats
path: root/subsurface-install.pri
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-31 08:40:37 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-31 08:48:27 -0800
commitcfcb0deb7d87d112209aaa553d2d4bad6c1c65df (patch)
treed3bbed17964404858d4649febc1ea96848005955 /subsurface-install.pri
parentf42a83f4b2b892cbef4bf397ff3d474294915a1e (diff)
downloadsubsurface-cfcb0deb7d87d112209aaa553d2d4bad6c1c65df.tar.gz
Allow overriding makensis program
For cross building Windows binaries Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r--subsurface-install.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri
index 8125d346f..110f0055a 100644
--- a/subsurface-install.pri
+++ b/subsurface-install.pri
@@ -54,7 +54,7 @@ mac {
WINDOWSPACKAGING = $$PWD/packaging/windows
NSIFILE = $$WINDOWSSTAGING/subsurface.nsi
NSIINPUTFILE = $$WINDOWSPACKAGING/subsurface.nsi.in
- MAKENSIS = /usr/bin/makensis
+ isEmpty(MAKENSIS) MAKENSIS = /usr/bin/makensis
doc.path = $$WINDOWSSTAGING/Documentation
CONFIG -= copy_dir_files