summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-09-22 20:35:40 +0200
committerKai Köhne <kai.koehne@qt.io>2021-10-07 14:22:55 +0200
commit3936648c605ef8eda01780ce8c792bd869b6d33d (patch)
tree00fc4049730c9bfa0606d33482033612563ae396 /src/corelib/doc
parent51300566ffe2ece2455e1d0479a556c5dbb3bb8e (diff)
Doc: Remove mentioning of CMake 3.9 minimum version
Change-Id: Ia63bc7f305e673588ec57a7405ed5c0fdf3f5074 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake/qt_add_big_resources.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/doc/src/cmake/qt_add_big_resources.qdoc b/src/corelib/doc/src/cmake/qt_add_big_resources.qdoc
index 02e817eb56..fcc6ee130c 100644
--- a/src/corelib/doc/src/cmake/qt_add_big_resources.qdoc
+++ b/src/corelib/doc/src/cmake/qt_add_big_resources.qdoc
@@ -56,8 +56,6 @@ generates object files (\c .o, \c .obj) files instead of C++ source code.
This allows to embed bigger resources, where compiling to C++ sources and then
to binaries would be too time consuming or memory intensive.
-\note This macro is only available if using \c{CMake} 3.9 or later.
-
\section1 Arguments
You can set additional \c{OPTIONS} that should be added to the \c{rcc} calls.