aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorTobias Koenig <tokoe@kde.org>2006-07-01 22:02:09 +0000
committerTobias Koenig <tokoe@kde.org>2006-07-01 22:02:09 +0000
commit8818afd3899d3a24d1039323c17ea5981bb9418e (patch)
tree0fe9054aa695acbc80cf03eec001338844c8887a /modules/FindKDE4Internal.cmake
parent6c6631969b13a4a364b89a2b4fffb0abf26d9620 (diff)
downloadextra-cmake-modules-8818afd3899d3a24d1039323c17ea5981bb9418e.tar.gz
extra-cmake-modules-8818afd3899d3a24d1039323c17ea5981bb9418e.tar.bz2
Make kdecore link against QtDBus, thanks to Alex for his help on debugging!
svn path=/trunk/KDE/kdelibs/; revision=556914
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 3c4f0939..53722f39 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -168,7 +168,7 @@ INCLUDE (MacroEnsureVersion)
cmake_minimum_required(VERSION 2.4.1 FATAL_ERROR)
-set(QT_MIN_VERSION "4.1.1")
+set(QT_MIN_VERSION "4.2.0")
#this line includes FindQt4.cmake, which searches the Qt library and headers
find_package(Qt4 REQUIRED)