[Pkg-owncloud-commits] [owncloud-client] 154/498: CMakeList: change the message to indicate that newer versions of Qt are good too
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:45 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 3c8409ee69aff01ddf3bdfa559086306420de86b
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Jun 15 14:28:11 2015 +0200
CMakeList: change the message to indicate that newer versions of Qt are good too
The current message sounds like you need 5.4, but 5.5 would work too
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da6d004..b4ea556 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,11 +133,11 @@ if(HAVE_QT5)
message(STATUS "We would not require Neon in this setup, compile without!")
set(USE_NEON FALSE)
else()
- message(STATUS "Still requiring Neon with this Qt version :-( Qt 5.4 is better!")
+ message(STATUS "If possible compile me with Qt 5.4 or higher.")
endif()
endif()
else()
-message(STATUS "If possible compile me with Qt 5.4 which is much faster/better.")
+ message(STATUS "If possible compile me with Qt 5.4 or higher.")
endif()
if (USE_NEON)
--
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