From e28d562d8a87bcf0b1bc65d900086eecdc240671 Mon Sep 17 00:00:00 2001 From: "U-BAMS\\philippe.renon" Date: Thu, 18 Aug 2022 21:01:06 +0200 Subject: [PATCH] win: update Qt dependencies --- ground/gcs/copydata.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ground/gcs/copydata.pro b/ground/gcs/copydata.pro index 46a12b2da..ca6c4d13d 100644 --- a/ground/gcs/copydata.pro +++ b/ground/gcs/copydata.pro @@ -87,7 +87,8 @@ win32 { Qt5MultimediaWidgets$${DS}.dll \ Qt5Quick$${DS}.dll \ Qt5QuickWidgets$${DS}.dll \ - Qt5Qml$${DS}.dll + Qt5Qml$${DS}.dll \ + Qt5QmlWorkerScript$${DS}.dll for(dll, QT_DLLS) { addCopyFileTarget($${dll},$$[QT_INSTALL_BINS],$${GCS_APP_PATH})