X-Git-Url: https://vaikene.ee/gitweb/pswgen09.html?a=blobdiff_plain;f=CMakeLists.txt;h=e7b58d0c24a31b8e75e87bfa719f3d467192860f;hb=4e8a8e8bba08252b1976428942a089fd560d19d9;hp=f7baf28990ebf53ef3dfd0aca09d81a2b42ceac3;hpb=441d1b38e0900f56891f495a94a08dc8d48e0a32;p=evaf diff --git a/CMakeLists.txt b/CMakeLists.txt index f7baf28..e7b58d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ project(eVaf) +set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required cmake_minimum_required(VERSION 2.6.0) if(COMMAND cmake_policy) @@ -10,7 +11,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)