aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-05-18 10:57:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-18 11:04:04 +0200
commit81733682c408a0780ed81c7f135b0ab8a5560042 (patch)
tree2cbcc45d082b335d69336b0883b395a3837707a1 /tests/auto/auto.pro
parentb872b1a213ef7f6eefc340b8ec5797891a612606 (diff)
Don't use QtDeclarative compat module
Use QtQml instead. Change-Id: I88479de928a358a521efded01c68ac2c37f953bb Reviewed-by: Marko Niemelä <marko.a.niemela@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 79e21ee..5167f4e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
-QT += opengl declarative testlib quick
+QT += opengl qml testlib quick
TARGET = tst_qtgraphicaleffects