|
|
@@ -8,7 +8,7 @@ the Qt ``rcc`` code generator automatically, i.e. without having to use
|
|
|
commands like :module:`qt4_add_resources() <FindQt4>`, `qt5_add_resources()`_,
|
|
|
etc. Currently, Qt versions 4 to 6 are supported.
|
|
|
|
|
|
-.. _`qt5_add_resources()`: https://doc.qt.io/qt-5/qtcore-cmake-qt5-add-resources.html
|
|
|
+.. _`qt5_add_resources()`: https://doc.qt.io/archives/qt-5.15/qtcore-cmake-qt5-add-resources.html
|
|
|
|
|
|
When this property is ``ON``, CMake will handle ``.qrc`` files added
|
|
|
as target sources at build time and invoke ``rcc`` accordingly.
|