Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2016-08-05 13:35:52 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-08-05 13:35:52 +0300
commit7de70516f15e5b02fa89a3d538fbf08c105d974f (patch)
treee44b6ded6bf4ff9d54954dbd5794004b6bed511e /cmake/modules/NSIS.template.in
parentb7663d00b98eca8f235d6d157007418694aceb46 (diff)
Fix module loading
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index c28d846fc..19a0cc305 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -411,6 +411,9 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "@CPACK_RESOURCE_FILE_LICENSE@"
;File /oname=NOTES.txt ${NSI_PATH}\RELEASE_NOTES.txt
+ ;Qt config:
+ File "${NSI_PATH}\qt.conf"
+
;Qt stuff:
File "${QT_DLL_PATH}\Qt5Core.dll"
File "${QT_DLL_PATH}\Qt5Gui.dll"