qt5base-lts/tests/auto/tools/qmake
Edward Welbourne 214e271b93 Rewrote qmake's #include-detection to be more faithful to CPP.
The C preprocessor allows backslash-newline anywhere and allows
comments anywhere it allows space.  Testing wilfully perverse
applications of that revealed qmake's parsing of #include directives
wasn't very robust.  So rework to actually follow the rules and add
those tests.

Change-Id: If5cc7bfb65f9994e9ab9ed216dd1ee7285c63934
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-12-15 09:21:27 +00:00
..
testdata Rewrote qmake's #include-detection to be more faithful to CPP. 2015-12-15 09:21:27 +00:00
.gitignore Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
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