diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f84c2c9..9cae0bdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ) # Do not automatically link Qt executables to qtmain target on Windows. # QCA exucatables use console mode only. Not need to link against qtmain.lib. set(Qt5_NO_LINK_QTMAIN ON) -find_package(Qt5 5.6 REQUIRED Core) +find_package(Qt5 5.9 REQUIRED Core) set(CMAKE_AUTOMOC ON) include(QcaMacro)