r22503 by craig - Bump minimum requirements to Qt 5.7 and C++11
scribus-commit
scribus-commit at lists.scribus.net
Mon Apr 30 14:09:38 UTC 2018
Author: craig
Date: Mon Apr 30 14:09:38 2018
New Revision: 22503
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22503
Log:
Bump minimum requirements to Qt 5.7 and C++11
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22503&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Mon Apr 30 14:09:38 2018
@@ -610,7 +610,7 @@
########## Find Dependencies ##########
#<< Qt
-set (QT_MIN_VERSION "5.5.0")
+set (QT_MIN_VERSION "5.7.0")
set(CMAKE_PREFIX_PATH "${QT_PREFIX}/lib/cmake")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
find_package(Qt5Core ${QT_MIN_VERSION} REQUIRED)
@@ -693,10 +693,11 @@
#C++11 Support
-if(WANT_CPP11)
+#as of 1.5.5.svn, require C++11
+#if(WANT_CPP11)
message(STATUS "Enabling C++11 compiler features")
set(CMAKE_CXX_STANDARD 11)
-endif()
+#endif()
#<< ZLIB, PNG
if (WIN32)
More information about the scribus-commit
mailing list