aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-30 20:02:53 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-30 20:02:53 +0000
commitcfda42b6f7bcea9c6adbedb9de584049b384afb6 (patch)
treedce99c9fbedf7e42d972fff86dd544e859a94aa2 /modules/FindKDE4Internal.cmake
parenta5091f13bb9eb0a7a08539be8f4f2445ba14c778 (diff)
downloadextra-cmake-modules-cfda42b6f7bcea9c6adbedb9de584049b384afb6.tar.gz
extra-cmake-modules-cfda42b6f7bcea9c6adbedb9de584049b384afb6.tar.bz2
bigger changes in FindQt4.cmake:
-new variable QT_MIN_VERSION (as in FindQt3.cmake): set it to the minimum required version -prefer qmake over qmake-qt4 -find uic and moc by grepping the qmake spec file -search for the libs, headers and binaries only in the directories reported by qmake -set the minimum required Qt version to 4.1.1 svn path=/trunk/KDE/kdelibs/; revision=524621
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake1
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)