summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-01-04 21:50:18 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-01-04 21:50:18 (GMT)
commit41676226671cdd1c745ba2c9cf9a18f035f1154b (patch)
treea20d1df9f179c53c1897d9d21ce5bae7068c23cc /Modules/FindQt4.cmake
parentf53f0565a7d99ec4a8a2dacc8364072db7b92aab (diff)
downloadCMake-41676226671cdd1c745ba2c9cf9a18f035f1154b.zip
CMake-41676226671cdd1c745ba2c9cf9a18f035f1154b.tar.gz
CMake-41676226671cdd1c745ba2c9cf9a18f035f1154b.tar.bz2
ENH: add QT_USE_QTDBUS as it exists for all other modules too
Alex
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake
index d4aa3e2..1927894 100644
--- a/Modules/FindQt4.cmake
+++ b/Modules/FindQt4.cmake
@@ -22,6 +22,7 @@
# QT_USE_QTSVG
# QT_USE_QTTEST
# QT_USE_QTUITOOLS
+# QT_USE_QTDBUS
#
# All the libraries required are stored in a variable called QT_LIBRARIES.
# Add this variable to your TARGET_LINK_LIBRARIES.