aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-08-16 16:49:20 +0200
committerIvan Solovev <ivan.solovev@qt.io>2022-08-22 13:00:04 +0200
commit28f618a9fc349dafd7c642b246184dfd8072d33b (patch)
tree085f0113e0ac71137065957b39a80e6b08f56699 /tests
parent4d514831aa8befdd117b77fa2bb739670dc74261 (diff)
Use QT_DISABLE_DEPRECATED_UP_TO instead of QT_DISABLE_DEPRECATED_BEFORE
Task-number: QTBUG-104944 Change-Id: Ie63a309c177c8df4227f30c08891c077bca4eb3d Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/keyframeBinaryGenerator/keyframeBinaryGenerator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/keyframeBinaryGenerator/keyframeBinaryGenerator.pro b/tests/manual/keyframeBinaryGenerator/keyframeBinaryGenerator.pro
index f73c4bf..ee9a012 100644
--- a/tests/manual/keyframeBinaryGenerator/keyframeBinaryGenerator.pro
+++ b/tests/manual/keyframeBinaryGenerator/keyframeBinaryGenerator.pro
@@ -12,7 +12,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
+#DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0x060000 # disables all APIs deprecated in Qt 6.0.0 and earlier
SOURCES += \
main.cpp