qt5base-lts/tests/auto/tools/qmake
Joerg Bornemann 42d32e468a Determine dependencies of Windows resource files
Windows resource files support a subset of C preprocessor directives.
Among others they can have #include directives.

Use QMake's own scanner to retrieve the files that are included by a
Windows resource file and add them to its dependencies.

For the test case the TestCompiler class had to be extended:
runCommand is now public, and commandOutput is less peculiar.

Fixes: QTBUG-3859
Change-Id: I138703352c37c98297c0574a9a440510c1c494b8
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-08-13 09:38:46 +02:00
..
testdata Determine dependencies of Windows resource files 2019-08-13 09:38:46 +02:00
.gitignore Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
qmake.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
testcompiler.cpp Determine dependencies of Windows resource files 2019-08-13 09:38:46 +02:00
testcompiler.h Determine dependencies of Windows resource files 2019-08-13 09:38:46 +02:00
tst_qmake.cpp Determine dependencies of Windows resource files 2019-08-13 09:38:46 +02:00