Skip to content

Commit

Permalink
Update required Qt version to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraesslin committed May 20, 2014
1 parent df8f37b commit fe8a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
project(KHelpCenter)

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(QT_MIN_VERSION "5.2.0")
set(QT_MIN_VERSION "5.3.0")

find_package(ECM 0.0.11 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
Expand Down

0 comments on commit fe8a2fb

Please sign in to comment.