[Pkg-owncloud-commits] [owncloud-client] 136/333: Qt5: QtLocation is not required
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:44 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 955b9328068e856d5eb7ff24a043bca108f842f0
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Mar 12 18:23:45 2014 +0100
Qt5: QtLocation is not required
---
cmake/modules/QtVersionAbstraction.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/modules/QtVersionAbstraction.cmake b/cmake/modules/QtVersionAbstraction.cmake
index e707866..186f2bd 100644
--- a/cmake/modules/QtVersionAbstraction.cmake
+++ b/cmake/modules/QtVersionAbstraction.cmake
@@ -11,10 +11,10 @@ if( NOT BUILD_WITH_QT4 )
find_package(Qt5Quick REQUIRED)
find_package(Qt5PrintSupport REQUIRED)
find_package(Qt5WebKit REQUIRED)
- find_package(Qt5Location REQUIRED)
find_package(Qt5Network REQUIRED)
find_package(Qt5Sensors REQUIRED)
find_package(Qt5Xml REQUIRED)
+# find_package(Qt5Location REQUIRED)
# find_package(Qt5WebKitWidgets REQUIRED)
message(STATUS "Using Qt 5!")
--
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