From 4b06f68f119271ee312ba8f5fbd7bbd2235ead17 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Thu, 16 Feb 2012 01:16:09 +0200 Subject: [PATCH] Need to link a few new libraries for the QML stuff (windows) --- ground/openpilotgcs/copydata.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ground/openpilotgcs/copydata.pro b/ground/openpilotgcs/copydata.pro index a963e4673..7e1d5b1b5 100644 --- a/ground/openpilotgcs/copydata.pro +++ b/ground/openpilotgcs/copydata.pro @@ -19,7 +19,10 @@ equals(copydata, 1) { QtSql4.dll \ QtSvg4.dll \ QtTest4.dll \ - QtXml4.dll + QtXml4.dll \ + QtDeclarative4.dll \ + QtXmlPatterns4.dll \ + QtScript4.dll for(dll, QT_DLLS) { data_copy.commands += $(COPY_FILE) $$targetPath(\"$$[QT_INSTALL_BINS]/$$dll\") $$targetPath(\"$$GCS_APP_PATH/$$dll\") $$addNewline() }