Help: Document AUTORCC behavior for same .qrc name case

This commit is contained in:
Sebastian Holtermann 2016-08-15 09:07:36 +02:00 committed by Brad King
parent e4f508e423
commit 61a607e8d4
1 changed files with 5 additions and 0 deletions

View File

@ -19,5 +19,10 @@ Additional command line options for rcc can be set via the
The global property :prop_gbl:`AUTOGEN_TARGETS_FOLDER` can be used to group
the autorcc targets together in an IDE, e.g. in MSVS.
When there are multiple ``.qrc`` files with the same name, CMake will
generate unspecified unique names for ``rcc``. Therefore if
``Q_INIT_RESOURCE()`` or ``Q_CLEANUP_RESOURCE()`` need to be used the
``.qrc`` file name must be unique.
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.