1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Windows: Install also QML imports

Closes #1925
This commit is contained in:
David Rosca 2016-04-18 09:37:53 +02:00
parent 838ec366de
commit 06087a943e

View File

@ -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\*"