[Pkg-owncloud-commits] [owncloud-client] 77/164: libowncloudsync: Don't link to Qt SQL and Qt XML

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:55 UTC 2015


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 80f3c7584b938ad46c8b53daf8988960f6072dc2
Author: Markus Goetz <markus at woboq.com>
Date:   Fri Feb 27 16:20:08 2015 +0100

    libowncloudsync: Don't link to Qt SQL and Qt XML
    
    For issue #2901 ..
---
 src/libsync/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libsync/CMakeLists.txt b/src/libsync/CMakeLists.txt
index 2f0ae82..44fed5d 100644
--- a/src/libsync/CMakeLists.txt
+++ b/src/libsync/CMakeLists.txt
@@ -151,9 +151,9 @@ GENERATE_EXPORT_HEADER( ${synclib_NAME}
 
 
 if(TOKEN_AUTH_ONLY)
-    qt5_use_modules(${synclib_NAME} Network Xml Sql)
+    qt5_use_modules(${synclib_NAME} Network)
 else()
-    qt5_use_modules(${synclib_NAME} Widgets Network Xml WebKitWidgets Sql)
+    qt5_use_modules(${synclib_NAME} Widgets Network WebKitWidgets)
 endif()
 
 set_target_properties( ${synclib_NAME}  PROPERTIES

-- 
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