aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-10-01 20:48:45 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-10-01 20:48:45 +0000
commitb0fa316f3c18ea2dfe6be7ee38e72371b86b3bd6 (patch)
treefc89c7e4f134d58e956917b393f4c6d3ec866276
parent6b9156deef9f77340d0017ae3f2ead0250c10d96 (diff)
downloadextra-cmake-modules-b0fa316f3c18ea2dfe6be7ee38e72371b86b3bd6.tar.gz
extra-cmake-modules-b0fa316f3c18ea2dfe6be7ee38e72371b86b3bd6.tar.bz2
more sync: document QT_MAC_USE_COCOA
Alex svn path=/trunk/KDE/kdelibs/; revision=1030207
-rw-r--r--modules/FindQt4.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 8dff2fb5..90ffee69 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -178,6 +178,9 @@
# QT_QTXMLPATTERNS_FOUND True if QtXmlPatterns was found.
# QT_PHONON_FOUND True if phonon was found.
#
+# QT_MAC_USE_COCOA For Mac OS X, its whether Cocoa or Carbon is used.
+# In general, this should not be used, but its useful
+# when having platform specific code.
#
# QT_DEFINITIONS Definitions to use when compiling code that uses Qt.
# You do not need to use this if you include QT_USE_FILE.