diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-08-30 21:37:35 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-08-30 21:37:35 +0000 |
commit | a850906cc278c5a24fc8eb2546343db504da1239 (patch) | |
tree | 019a6dc7f927278b916b630a3318e572344cffac | |
parent | 5563fe247d3f1f9a5a3ec571bcd94198f8e15f68 (diff) | |
download | extra-cmake-modules-a850906cc278c5a24fc8eb2546343db504da1239.tar.gz extra-cmake-modules-a850906cc278c5a24fc8eb2546343db504da1239.tar.bz2 |
-revert unwanted changed...
Alex
svn path=/trunk/KDE/kdelibs/; revision=579044
-rw-r--r-- | modules/FindKDE4Internal.cmake | 8 |
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, |