1
0
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:
osnwt 2011-01-27 14:39:45 +00:00 committed by osnwt
parent 208c965e65
commit eb517e7075

View File

@ -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
}