From: Enar Väikene Date: Wed, 19 Oct 2011 09:03:56 +0000 (+0300) Subject: We need Qt >=4.6. X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=commitdiff_plain;h=7432726bf8e4fc75cf96d330380448edc593bb2e We need Qt >=4.6. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f7baf28..ddff8df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif(COMMAND cmake_policy) set(CMAKE_MODULE_PATH ${eVaf_SOURCE_DIR}/mk/cmake) # Find Qt4 -find_package(Qt4 REQUIRED) +find_package(Qt4 4.6 REQUIRED) # Default to the Debug build type if none is specified IF(NOT CMAKE_BUILD_TYPE)