qt6-bb10/tests/auto/tools/qmake
Edward Welbourne 64ab4de4b0 Teach qmake's #include parser to recognize C++11 Raw strings.
Can't sensibly test unless the compiler does support raw strings,
since any test that would catch qmake's (prior) inability to parse raw
strings would necessarily confuse the C++ compiler in the same way.
This even applies (in test app code) to any #if-ery around the raw
string, since tokenization happens before preprocessor directives are
resolved.  So the #if-ery on Q_COMPILER_RAW_STRINGS has to be in
tst_qmake.cpp, not the test app it builds.

Change-Id: I4a461f515adff288b54fb273fd9996f9b906d11c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-12-08 08:13:32 +00:00
..
testdata Teach qmake's #include parser to recognize C++11 Raw strings. 2015-12-08 08:13:32 +00:00
.gitignore
qmake.pro Allow RESOURCES to contain standalone files and collections of files 2015-05-18 15:49:56 +00:00
testcompiler.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
testcompiler.h Update copyright headers 2015-02-11 06:49:51 +00:00
tst_qmake.cpp Teach qmake's #include parser to recognize C++11 Raw strings. 2015-12-08 08:13:32 +00:00