summaryrefslogtreecommitdiffstats
path: root/tests/auto/extras/qtext2dentity
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extras/qtext2dentity')
-rw-r--r--tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp b/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp
index 6fcc2e637..e2917789e 100644
--- a/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp
+++ b/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp
@@ -77,7 +77,7 @@ private slots:
void tst_qtext2dentity::checkChangeArbiter()
{
-#if !defined(QT_OPENGL_ES_2_ANGLE)
+#if !QT_CONFIG(angle)
// GIVEN
Qt3DExtras::Quick::Qt3DQuickWindow view;
view.setSource(QUrl("qrc:/qtext2dentity.qml"));