X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=CMakeLists.txt;h=ddff8df8ec7edd84f25150b0f5be7a1ab638f620;hb=b280102618ec2ced838a092ba7673964ab272569;hp=f7baf28990ebf53ef3dfd0aca09d81a2b42ceac3;hpb=441d1b38e0900f56891f495a94a08dc8d48e0a32;p=evaf 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)