[Pkg-owncloud-commits] [owncloud-client] 311/470: Explicitly depend on Qt5Test.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:18 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 4f79f1b5e87b64c389c8e4b2dfa3b454a9838a06
Author: Christian Kamm <mail at ckamm.de>
Date:   Tue Apr 12 12:45:20 2016 +0200

    Explicitly depend on Qt5Test.
---
 cmake/modules/QtVersionAbstraction.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmake/modules/QtVersionAbstraction.cmake b/cmake/modules/QtVersionAbstraction.cmake
index 12fe7be..4d7bc4e 100644
--- a/cmake/modules/QtVersionAbstraction.cmake
+++ b/cmake/modules/QtVersionAbstraction.cmake
@@ -18,6 +18,9 @@ if( Qt5Core_FOUND )
     find_package(Qt5Network REQUIRED)
     find_package(Qt5Xml REQUIRED)
     find_package(Qt5Concurrent REQUIRED)
+    if(UNIT_TESTING)
+        find_package(Qt5Test REQUIRED)
+    endif()
     if(NOT TOKEN_AUTH_ONLY)
         find_package(Qt5WebKitWidgets REQUIRED)
         find_package(Qt5WebKit REQUIRED)

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