[Pkg-owncloud-commits] [owncloud-client] 16/84: Fix module loading

Sandro Knauß hefee at moszumanska.debian.org
Fri Oct 21 22:51:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository owncloud-client.

commit 7de70516f15e5b02fa89a3d538fbf08c105d974f
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Aug 5 12:35:52 2016 +0200

    Fix module loading
---
 admin/win/nsi/qt.conf          | 7 +++++++
 cmake/modules/NSIS.template.in | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/admin/win/nsi/qt.conf b/admin/win/nsi/qt.conf
new file mode 100644
index 0000000..799e1d8
--- /dev/null
+++ b/admin/win/nsi/qt.conf
@@ -0,0 +1,7 @@
+[Paths]
+Prefix = .
+Plugins = .
+Binaries = .
+Imports = .
+Qml2Imports = .
+LibraryExecutables = .
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index c28d846..19a0cc3 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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list