diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 13:42:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 20:43:26 -0700 |
commit | 04f8eee46c98024e3b7e1032d6f296adb3aeaa22 (patch) | |
tree | d8258700509b12e438e25a03fb57ddc8aa28b7c0 /packaging/windows/subsurface.nsi.in | |
parent | 0021f24eef812313484a2dfb20fa400bd190d1c4 (diff) | |
download | subsurface-04f8eee46c98024e3b7e1032d6f296adb3aeaa22.tar.gz |
MXE build: copy the QML modules we need
And include them in the installer.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows/subsurface.nsi.in')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 2d8e57042..75d9a2a1e 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -150,6 +150,7 @@ Section File /r theme File /r images File /r plugins + File /r qml File /r Documentation File /r translations File /r printing_templates |