Skip to content

Commit

Permalink
Set the Qt API level to compatibility mode in all tests.
Browse files Browse the repository at this point in the history
Qt 5.0 beta requires changing the default to the 5.0 API, disabling
the deprecated code. However, tests should test (and often do) the
compatibility API too, so turn it back on.

Task-number: QTBUG-25053
Change-Id: I43873a55fbaf106efc4fb2955569a643aff19480
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
thiagomacieira authored and Qt by Nokia committed Aug 1, 2012
1 parent 1cc6b7a commit f489fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/auto/v8/v8.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ HEADERS += v8test.h
CONFIG += parallel_test

QT = core v8-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

0 comments on commit f489fb6

Please sign in to comment.