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/qhelpprojectdata | |
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/qhelpprojectdata')
-rw-r--r-- | tests/auto/qhelpprojectdata/qhelpprojectdata.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro index 3922e20ec..18f8c8369 100644 --- a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro +++ b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro @@ -7,3 +7,4 @@ QT += help testlib DEFINES += SRCDIR=\\\"$$PWD\\\" DEFINES += QT_USE_USING_NAMESPACE +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |