qt5base-lts/tests/auto/tools
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
..
moc Generate includes for Qt containers used as auto-metatypes. 2012-09-03 20:05:04 +02:00
qdbuscpp2xml Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qdbusxml2cpp Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qmake port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
rcc Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
uic test: Remove QSKIP from tst_uic::stdOut() 2012-09-10 23:58:46 +02:00
tools.pro Add unit testing for the qdbusxml2cpp tool 2012-04-21 01:18:56 +02:00