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