mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
Windows installer: fixed minor dependency issue with SVN info extraction.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2599 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
208c965e65
commit
eb517e7075
@ -52,7 +52,8 @@ equals(copydata, 1):win32:CONFIG(release, debug|release) {
|
||||
|
||||
# Create installer build target - this WILL NOT run during build, run it by hand
|
||||
message("Run \"make installer\" to build Windows installer (Unicode NSIS 2.46+ required)")
|
||||
nsis.commands += @$$targetPath($$GCS_SOURCE_TREE/$$WINX86_PATH/Makefile.cmd)
|
||||
nsis.target = installer
|
||||
nsis.depends = svninfo
|
||||
nsis.commands += @$$targetPath($$GCS_SOURCE_TREE/$$WINX86_PATH/Makefile.cmd)
|
||||
QMAKE_EXTRA_TARGETS += nsis
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user