From 06087a943e46393c0c7bde0d1e15c8df3a7b97d8 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Mon, 18 Apr 2016 09:37:53 +0200 Subject: [PATCH] Windows: Install also QML imports Closes #1925 --- windows/installer.nsi | 6 ++++++ 1 file changed, 6 insertions(+) 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\*"