diff options
author | Brad King <brad.king@kitware.com> | 2015-04-16 16:51:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-16 19:10:40 (GMT) |
commit | e8fdd5f12a379ce91adcb88acdb4354bc271c911 (patch) | |
tree | 1fa0d4d344d1720151b4dd622c943611b4ded2d4 /Tests/QtAutogen/autorcc_depends/res1/input.txt.in | |
parent | 15f1a6b49958cc7757f951839b02a00e8c820154 (diff) | |
download | CMake-e8fdd5f12a379ce91adcb88acdb4354bc271c911.zip CMake-e8fdd5f12a379ce91adcb88acdb4354bc271c911.tar.gz CMake-e8fdd5f12a379ce91adcb88acdb4354bc271c911.tar.bz2 |
QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459)
The 'rcc --list' operation may print newlines of the form CRCRLF,
so strip any trailing CR characters found on each line.
Update the Tests/QtAutogen test to use a resource named in a
subdirectory. This causes 'rcc --list' to display a blank line
and tests that it is correctly filtered out.
Diffstat (limited to 'Tests/QtAutogen/autorcc_depends/res1/input.txt.in')
-rw-r--r-- | Tests/QtAutogen/autorcc_depends/res1/input.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/QtAutogen/autorcc_depends/res1/input.txt.in b/Tests/QtAutogen/autorcc_depends/res1/input.txt.in new file mode 100644 index 0000000..da62762 --- /dev/null +++ b/Tests/QtAutogen/autorcc_depends/res1/input.txt.in @@ -0,0 +1 @@ +Res1 input. |