diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-08-01 17:14:06 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-02 09:36:00 +0200 |
commit | 0bd7609162fe4740124847a69eeceb83b42491b8 (patch) | |
tree | 35aa99a2e2361cd22adbdef82a1172403811bbfb /tests/auto/linguist/lupdate/testdata/good/proparsingpaths | |
parent | 4c0c878c6ecbf74e719134a73cb4e5120d1ace98 (diff) | |
download | qttools-0bd7609162fe4740124847a69eeceb83b42491b8.tar.gz |
Set the Qt API level to compatibility mode in all tests.
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: I73b99cd8e948dbebcdac30c4e5f2772eacb958ab
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/proparsingpaths')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro b/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro index 6bfe751f4..5401eaa7a 100644 --- a/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro @@ -3,3 +3,4 @@ SOURCES += file*.cpp filter.cpp non-existing.cpp include(sub/sub.pri) TRANSLATIONS = project.ts +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |