[Pkg-owncloud-commits] [owncloud-client] 346/470: No need for WebKitWidgets in libsync anymore
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:24 UTC 2016
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 c0ec481436901ee4165b9ccbb64efa1e89dc8776
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Sat Apr 16 10:57:48 2016 +0200
No need for WebKitWidgets in libsync anymore
---
src/libsync/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/CMakeLists.txt b/src/libsync/CMakeLists.txt
index 328d538..450f73f 100644
--- a/src/libsync/CMakeLists.txt
+++ b/src/libsync/CMakeLists.txt
@@ -139,7 +139,7 @@ GENERATE_EXPORT_HEADER( ${synclib_NAME}
if(TOKEN_AUTH_ONLY)
qt5_use_modules(${synclib_NAME} Network Concurrent)
else()
- qt5_use_modules(${synclib_NAME} Widgets Network WebKitWidgets Concurrent)
+ qt5_use_modules(${synclib_NAME} Widgets Network Concurrent)
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