Windows: Install also QML imports

Closes #1925
remotes/origin/falkon
David Rosca 10 years ago
parent 838ec366de
commit 06087a943e
  1. 6
      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\*"

Loading…
Cancel
Save