summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/ktxtextures/tst_ktxtextures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/ktxtextures/tst_ktxtextures.cpp')
-rw-r--r--tests/auto/render/ktxtextures/tst_ktxtextures.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/render/ktxtextures/tst_ktxtextures.cpp b/tests/auto/render/ktxtextures/tst_ktxtextures.cpp
index 57ccd3652..f57bc86b6 100644
--- a/tests/auto/render/ktxtextures/tst_ktxtextures.cpp
+++ b/tests/auto/render/ktxtextures/tst_ktxtextures.cpp
@@ -26,6 +26,10 @@
**
****************************************************************************/
+// TODO Remove in Qt6
+#include <QtCore/qcompilerdetection.h>
+QT_WARNING_DISABLE_DEPRECATED
+
#include <QtTest/QTest>
#include <Qt3DRender/qtextureimagedata.h>
#include <Qt3DRender/private/qtexture_p.h>