From bec724a11ddb04e59afd2591473db8466454609d Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 6 Oct 2010 00:07:31 +0000 Subject: [PATCH] Added copying files to installer git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1888 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/share/share.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ground/share/share.pro b/ground/share/share.pro index 901a49924..8b494d403 100644 --- a/ground/share/share.pro +++ b/ground/share/share.pro @@ -16,6 +16,9 @@ equals(copydata, 1) { # copying required for installer QT DLLs win32 { CONFIG(release, debug|release) { + # copy packaging dir (with Wix script for build installer) + data_copy.commands += $(COPY_DIR) $$targetPath(\"$$GCS_SOURCE_TREE/packaging/winx86\") $$targetPath(\"$$GCS_BUILD_TREE/packaging/winx86\") $$addNewline() + QT_DLLs = libgcc_s_dw2-1.dll mingwm10.dll phonon4.dll QtCore4.dll QtGui4.dll QtNetwork4.dll QtOpenGL4.dll QtSql4.dll QtSvg4.dll QtTest4.dll QtXml4.dll for(dll, QT_DLLs) { data_copy.commands += $(COPY_FILE) $$targetPath(\"$$[QT_INSTALL_BINS]/$$dll\") $$targetPath(\"$$GCS_APP_PATH/$$dll\") $$addNewline()