Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
None
-
None
Description
In the documentation:
https://doc.qt.io/qt-6/cmake-get-started.html#adding-translations
https://doc.qt.io/qt-6/qtlinguist-cmake-qt-add-translations.html
Nowhere does it mention that without adding
find_package(Qt6 REQUIRED COMPONENTS LinguistTools)
beforehand these cmake functions do not exist. I had to hunt it down from one of the i18n examples.