aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-08-30 21:37:35 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-08-30 21:37:35 +0000
commita850906cc278c5a24fc8eb2546343db504da1239 (patch)
tree019a6dc7f927278b916b630a3318e572344cffac /modules
parent5563fe247d3f1f9a5a3ec571bcd94198f8e15f68 (diff)
downloadextra-cmake-modules-a850906cc278c5a24fc8eb2546343db504da1239.tar.gz
extra-cmake-modules-a850906cc278c5a24fc8eb2546343db504da1239.tar.bz2
-revert unwanted changed...
Alex svn path=/trunk/KDE/kdelibs/; revision=579044
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index e8d325d0..a5b184bc 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -205,13 +205,13 @@ INCLUDE (MacroEnsureVersion)
cmake_minimum_required(VERSION 2.4.1 FATAL_ERROR)
-set(QT_MIN_VERSION "4.1.3")
+set(QT_MIN_VERSION "4.2.0")
#this line includes FindQt4.cmake, which searches the Qt library and headers
find_package(Qt4 REQUIRED)
-#if (NOT QT_DBUSXML2CPP_EXECUTABLE)
-# message(FATAL_ERROR "Qt4 dbusxml2cpp was not found. Make sure it has been built and installed by Qt")
-#endif (NOT QT_DBUSXML2CPP_EXECUTABLE)
+if (NOT QT_DBUSXML2CPP_EXECUTABLE)
+ message(FATAL_ERROR "Qt4 dbusxml2cpp was not found. Make sure it has been built and installed by Qt")
+endif (NOT QT_DBUSXML2CPP_EXECUTABLE)
# Perl is required for building KDE software,