diff options
author | Ivan Solovev <ivan.solovev@qt.io> | 2022-08-16 16:50:09 +0200 |
---|---|---|
committer | Ivan Solovev <ivan.solovev@qt.io> | 2022-08-22 13:00:07 +0200 |
commit | 377564ff13b389f9d651ff74d54a05d0b5e6c0b2 (patch) | |
tree | 0d5a14d93b85deec71936cd07360e33710d347f5 /tests/auto | |
parent | d7e64c698eea21073645cffc993c14b729366e59 (diff) | |
download | qtxmlpatterns-dev.tar.gz |
Task-number: QTBUG-104944
Change-Id: Iace1e08ce253977f068adc86b6a7a5b010369432
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/xmlpatternsview/view/view.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternsview/view/view.pro b/tests/auto/xmlpatternsview/view/view.pro index 2b87d91..5f70efd 100644 --- a/tests/auto/xmlpatternsview/view/view.pro +++ b/tests/auto/xmlpatternsview/view/view.pro @@ -33,4 +33,4 @@ FORMS = ui_BaseLinePage.ui \ ui_FunctionSignaturesView.ui INCLUDEPATH += ../../xmlpatternsxqts/lib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 +DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0 |