Skip to content

Commit 7635bb1

Browse files
authored
Fix missing Qt5 DLLs in Windows Standalone build
Qt5Qml.dll Qt5QmlModels.dll Qt5Quick.dll Qt5QuickWidgets.dll
1 parent b2e1d79 commit 7635bb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ if(STANDALONE)
163163
Qt5Core.dll
164164
Qt5Gui.dll
165165
Qt5Network.dll
166+
Qt5Qml.dll
167+
Qt5QmlModels.dll
168+
Qt5Quick.dll
169+
Qt5QuickWidgets.dll
166170
Qt5SerialBus.dll
167171
Qt5SerialPort.dll
168172
Qt5Svg.dll

0 commit comments

Comments
 (0)