Skip to content

Commit

Permalink
fix Qt 6.8 Qt6QmlMeta.dll missing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Dec 10, 2024
1 parent f1c4f87 commit d90dc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-shotcut-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ function deploy
cmd mv COPYING COPYING.txt

log Copying some libs from Qt
cmd cp -p "$QTDIR"/bin/Qt6{QmlMeta}.dll .
if [ "$DEBUG_BUILD" != "1" -o "$SDK" = "1" ]; then
cmd cp -p "$QTDIR"/bin/Qt6{Charts,Core,Core5Compat,Gui,Multimedia,Network,OpenGL,OpenGLWidgets,Qml,QmlModels,QmlWorkerScript,Quick,QuickControls2*,QuickDialogs2,QuickDialogs2QuickImpl,QuickDialogs2Utils,QuickLayouts,QuickTemplates2,QuickWidgets,Sql,Svg,SvgWidgets,UiTools,Widgets,Xml}.dll .
fi
Expand Down

0 comments on commit d90dc45

Please sign in to comment.