mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06:00
The rcc tool generates a cpp file with a symbol called qInitResources
or called qInitResources_${name}, if the name is passed. The
qInitResources symbol clashes if multiple qrc files are used in
one target.
Always pass the name to ensure that the symbol is unique. This is also
the behavior of the qtx_add_resource macros.
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>main.cpp</file>
|
|
</qresource>
|
|
</RCC>
|