From dc9e225ec01245048307f8cd44d49a2ba8da11d6 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 15 Nov 2009 18:20:39 +0000 Subject: -add a comment that we need to check which Qt modules have been found Alex svn path=/trunk/KDE/kdelibs/; revision=1049726 --- modules/FindKDE4Internal.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 192eccb1..15c9a4bc 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -326,6 +326,7 @@ endif( ${QT_MIN_VERSION} VERSION_LESS "4.5.0" ) #this line includes FindQt4.cmake, which searches the Qt library and headers +# TODO: we should check here that all necessary modules of Qt have been found, e.g. QtDBus find_package(Qt4 ${_REQ_STRING_KDE4}) # automoc4 (from kdesupport) is now required, Alex -- cgit v1.2.1