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