[Pkg-owncloud-commits] [owncloud-client] 261/484: QtVersionAbstraction: Quick not neeed on OS X

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:50 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 dae724b21cd4aa267e199c7987ce71a60dd7523e
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Nov 5 11:35:14 2015 +0100

    QtVersionAbstraction: Quick not neeed on OS X
---
 cmake/modules/QtVersionAbstraction.cmake | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cmake/modules/QtVersionAbstraction.cmake b/cmake/modules/QtVersionAbstraction.cmake
index d7cbde3..6f222e0 100644
--- a/cmake/modules/QtVersionAbstraction.cmake
+++ b/cmake/modules/QtVersionAbstraction.cmake
@@ -22,7 +22,9 @@ if( Qt5Core_FOUND )
         find_package(Qt5WebKitWidgets REQUIRED)
         find_package(Qt5WebKit REQUIRED)
         find_package(Qt5PrintSupport REQUIRED)
-        find_package(Qt5Quick REQUIRED)
+        if(NOT APPLE)
+            find_package(Qt5Quick REQUIRED) # only needed on Windows because of OBS dependencies(?)
+        endif()
         find_package(Qt5Widgets REQUIRED)
         if(APPLE)
            find_package(Qt5MacExtras 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