summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro')
-rw-r--r--tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro b/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro
index ef0d2f3b..ef0ff142 100644
--- a/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro
+++ b/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro
@@ -2,7 +2,7 @@ CONFIG += testcase
TARGET = tst_qdeclarativecontext
QT += testlib
-contains(QT_CONFIG,quick1): QT += quick1
+contains(QT_CONFIG,declarative): QT += declarative
SOURCES += tst_qdeclarativecontext.cpp
macx:CONFIG -= app_bundle