WebKit/qt/ChangeLog

 12009-07-31 Jakob Petsovits <jakob.petsovits@torchmobile.com>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 Build QtWebKit without benchmark tests for Qt < 4.5.
 6 https://bugs.webkit.org/show_bug.cgi?id=27886
 7
 8 The QBENCHMARK macro is only available from 4.5 on,
 9 so builds for Qt < 4.5 shouldn't try to build those..
 10
 11 * tests/tests.pro:
 12
1132009-07-31 Kenneth Rohde Christiansen <kenneth@webkit.org>
214
315 Reviewed by Adam Treat.

WebKit/qt/tests/tests.pro

11
22TEMPLATE = subdirs
33SUBDIRS = qwebframe qwebpage qwebelement qwebhistoryinterface qwebview qwebhistory
4 SUBDIRS += benchmarks/painting/tst_painting.pro benchmarks/loading/tst_loading.pro
 4greaterThan(QT_MINOR_VERSION, 4): SUBDIRS += benchmarks/painting/tst_painting.pro benchmarks/loading/tst_loading.pro