From 3936648c605ef8eda01780ce8c792bd869b6d33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 22 Sep 2021 20:35:40 +0200 Subject: [PATCH] Doc: Remove mentioning of CMake 3.9 minimum version Change-Id: Ia63bc7f305e673588ec57a7405ed5c0fdf3f5074 Reviewed-by: Joerg Bornemann --- src/corelib/doc/src/cmake/qt_add_big_resources.qdoc | 2 -- 1 file changed, 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.