From ce45adce1647ac83559451c3571dacab7fffe0e4 Mon Sep 17 00:00:00 2001 From: LM Date: Fri, 29 Jul 2011 10:43:30 +0200 Subject: [PATCH] Auto-deleting unwanted build files from release directory, build script now perfectly creates a distribution-ready folder structure. --- qgroundcontrol.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qgroundcontrol.pri b/qgroundcontrol.pri index fd7c590..d0c5445 100644 --- a/qgroundcontrol.pri +++ b/qgroundcontrol.pri @@ -402,9 +402,9 @@ DEFINES += QGC_OSG_ENABLED QMAKE_POST_LINK += $$quote(copy /Y "$$(QTDIR)\\bin\\QtWebKit4.dll" "$$TARGETDIR_WIN\\release"$$escape_expand(\\n)) QMAKE_POST_LINK += $$quote(copy /Y "$$(QTDIR)\\bin\\QtXml4.dll" "$$TARGETDIR_WIN\\release"$$escape_expand(\\n)) QMAKE_POST_LINK += $$quote(copy /Y "$$(QTDIR)\\bin\\QtXmlPatterns4.dll" "$$TARGETDIR_WIN\\release"$$escape_expand(\\n)) - + QMAKE_POST_LINK += $$quote(del /F "$$TARGETDIR_WIN\\release\\qgroundcontrol.exp"$$escape_expand(\\n)) + QMAKE_POST_LINK += $$quote(del /F "$$TARGETDIR_WIN\\release\\qgroundcontrol.lib"$$escape_expand(\\n)) } - } # Windows (32bit)