diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-12 11:01:09 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-15 14:07:14 (GMT) |
commit | 58f04b6ecf853e4ee5cce2bfb258fa7d4cc75b79 (patch) | |
tree | a077c43e29f0e419e52c47c756b4bb1b9e4be3ec /Tests/QtAutogen/ManySources/data.qrc.in | |
parent | a3f062091f488237c0151f3f4753e0668f37c60d (diff) | |
download | CMake-58f04b6ecf853e4ee5cce2bfb258fa7d4cc75b79.zip CMake-58f04b6ecf853e4ee5cce2bfb258fa7d4cc75b79.tar.gz CMake-58f04b6ecf853e4ee5cce2bfb258fa7d4cc75b79.tar.bz2 |
Autogen: Add ManySources test
The QtAutogen/ManySources test generates a number of source, header, .ui and
.qrc files that get AUTOMOC, AUTOUIC and AUTORCC processed. This stresses the
concurrency framework in `cmQtAutoMocUic` and should reveal any issues
with that.
Diffstat (limited to 'Tests/QtAutogen/ManySources/data.qrc.in')
-rw-r--r-- | Tests/QtAutogen/ManySources/data.qrc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/ManySources/data.qrc.in b/Tests/QtAutogen/ManySources/data.qrc.in new file mode 100644 index 0000000..870d486 --- /dev/null +++ b/Tests/QtAutogen/ManySources/data.qrc.in @@ -0,0 +1,7 @@ +<!DOCTYPE RCC><RCC version="1.0"> +<qresource> + <file>object_@III@.h</file> + <file>item_@III@.h</file> + <file>item_@III@.cpp</file> +</qresource> +</RCC> |