diff options
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 6d928bf0..ce4dc08e 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -169,6 +169,7 @@ cmake_minimum_required(VERSION 2.3.4 FATAL_ERROR) +set(QT_MIN_VERSION "4.1.1") #this line includes FindQt.cmake, which searches the Qt library and headers find_package(Qt4 REQUIRED) |