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

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

SVN commit 1351793 by dfaure:

Add option QT4_BUILD


 M  +3 -0      CMakeLists.txt  


--- trunk/kdesupport/qca/CMakeLists.txt #1351792:1351793
@@ -6,7 +6,10 @@
 
 set(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