mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Need to link a few new libraries for the QML stuff (windows)
This commit is contained in:
parent
353fe8b349
commit
4b06f68f11
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user