aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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