[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qimageblitz
From:       David Faure <faure () kde ! org>
Date:       2013-04-30 21:15:17
Message-ID: 20130430211517.0802EAC87A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1351792 by dfaure:

Add option QT4_BUILD


 M  +3 -0      CMakeLists.txt  


--- trunk/kdesupport/qimageblitz/CMakeLists.txt #1351791:1351792
@@ -4,7 +4,10 @@
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
 
+option(QT4_BUILD "Force building with Qt4 even if Qt5 is found")
+if (NOT QT4_BUILD)
 find_package(Qt5Core QUIET)
+endif()
 if (Qt5Core_FOUND)
   message(STATUS "Building with Qt5 support")
   find_package(ECM 0.0.6 REQUIRED NO_MODULE)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic