summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/generated.txt.in
Commit message (Collapse)AuthorAgeFilesLines
* QtAutogen tests: Move the complex test case to a subdirectorySebastian Holtermann2016-11-291-1/+0
|
* QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523)Brad King2015-04-211-0/+1
The stderr may have warning messages. We should not treat these lines as resource files. However, we must still recognize error message lines for missing resource files that may be generated. Extend the QtAutogen test to cover a generated resource as the only one listed in a .qrc file. This causes 'rcc --list' to print a warning to stderr that we now intend to ignore.