[Pkg-owncloud-commits] [owncloud-client] 296/332: No need to ship the Qt4-based qtkeychain DLL

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:14 UTC 2014


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

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

commit 8b1aebcdba3e5a5aac4b9acd29efeedfe59af804
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Aug 5 13:11:15 2014 +0200

    No need to ship the Qt4-based qtkeychain DLL
---
 cmake/modules/NSIS.template.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index d229b8e..de13cd8 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -423,7 +423,6 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    File "${MING_BIN}\libjpeg-8.dll"
    File "${MING_BIN}\libpcre16-0.dll"
    File "${MING_BIN}\libproxy.dll"
-   File "${MING_BIN}\libqt5keychain.dll"
    File "${MING_BIN}\libsqlite3-0.dll"
    File "${MING_BIN}\libcrypto-10.dll"
    File "${MING_BIN}\libssl-10.dll"
@@ -436,7 +435,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    File "${MING_BIN}\libsqlite3-0.dll"
 
    ;QtKeyChain stuff
-   File "${MING_BIN}\libqtkeychain.dll"
+   File "${MING_BIN}\libqt5keychain.dll"
 
    ; ownCloud plugin
    File "${MING_BIN}\libintl-8.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