summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/second_resource.qrc
Commit message (Collapse)AuthorAgeFilesLines
* QtAutogen tests: Move the complex test case to a subdirectorySebastian Holtermann2016-11-291-5/+0
|
* QtAutogen: Use the basename for resource files.Stephen Kelly2014-03-251-0/+5
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.