diff --git a/windows/installer.nsi b/windows/installer.nsi index c6f9c56e6..20e03d99c 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -152,6 +152,12 @@ notRunning: SetOutPath "$INSTDIR\printsupport" File "printsupport\windowsprintersupport.dll" + SetOutPath "$INSTDIR\qml\QtQuick.2" + File "qml\QtQuick.2\*" + + SetOutPath "$INSTDIR\qml\QtWebEngine" + File "qml\QtWebEngine\*" + SetOutPath "$INSTDIR\resources" File "resources\*"