aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-11-15 18:20:39 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-11-15 18:20:39 +0000
commitdc9e225ec01245048307f8cd44d49a2ba8da11d6 (patch)
tree4fcd15a709845cb093538dbc7bea540000d32c2d
parenteb0612652833020ea9cf43531ee744ae985537fa (diff)
downloadextra-cmake-modules-dc9e225ec01245048307f8cd44d49a2ba8da11d6.tar.gz
extra-cmake-modules-dc9e225ec01245048307f8cd44d49a2ba8da11d6.tar.bz2
-add a comment that we need to check which Qt modules have been found
Alex svn path=/trunk/KDE/kdelibs/; revision=1049726
-rw-r--r--modules/FindKDE4Internal.cmake1
1 files changed, 1 insertions, 0 deletions
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