qt6-bb10/tests/auto/tools/qmake
Oswald Buddenhagen 0e78e50802 port qmake to qt creator's qmake language evaluator
this is a monster commit which does the following things:
- import the evaluator as-is from qt creator into qmake/library/
  - integrate it into qmake's makefiles
  - overwrite proitems.h with actual special types
- remove the parts of Option which are redundant with QMakeGlobals
- make QMakeProperty a singleton owned by Option::globals. the dynamic
  handling so far made no sense.
- make QMakeProject a subclass of QMakeEvaluator, with relatively few
  extensions

the changes to existing qmake code outside project.* and option.* are
minor. implementing the changes gradually would mean changing a lot of
code which will be just replaced in the next commit, so i'm not wasting
my time on it.

Change-Id: I9746650423b8c5b3fbd8c3979a73228982a46195
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-09-11 00:13:01 +02:00
..
testdata Fix semantics of the src dir in the include search paths with MinGW 2012-09-10 14:09:45 +02:00
.gitignore Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
qmake.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
testcompiler.cpp Auto test for 'qmake -project' use case. 2012-09-04 10:30:33 +02:00
testcompiler.h Auto test for 'qmake -project' use case. 2012-09-04 10:30:33 +02:00
tst_qmake.cpp port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00