summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-05-10 15:45:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:39:38 +0200
commitcb9e754e0f78093429cd8e55e766c63713855a69 (patch)
tree8fa4301704f5b2b775f8c9bf137fabcc56ea426a
parent983367a16f8c98114857bbbc20e7da7e2dc3938c (diff)
downloadqt3d-cb9e754e0f78093429cd8e55e766c63713855a69.tar.gz
Don't use QtDeclarative compat module
Use QtQml instead. Change-Id: I7c71a3802042c913ec70228bcda4adff66c1aa96 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
-rw-r--r--tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro b/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
index 8f36d94b6..df683673b 100644
--- a/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
+++ b/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = teapot_bounce_qml
CONFIG += qt warn_on
-QT += declarative quick 3dquick
+QT += qml quick 3dquick
SOURCES += main.cpp