From 7085775a115421e5fbecc02679da1558c5178e84 Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Fri, 15 Jul 2011 15:49:49 +1000 Subject: Prepare for QtQuick2 based declarative elements. Disable the QDeclarativeItem based components until they are ported to scenegraph, and bump the revision to 4.0 (Once things are final, we can make it 5.0). Change-Id: Ib9c064722b80c38e711fbadc66966597c14a2b1a Reviewed-on: http://codereview.qt.nokia.com/1685 Reviewed-by: Qt Sanity Bot Reviewed-by: Dmytro Poplavskiy --- examples/examples.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 988fd4e38..2a1a2338e 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -14,6 +14,6 @@ SUBDIRS += \ player \ contains(QT_CONFIG, declarative) { - SUBDIRS += declarative-camera + disabled:SUBDIRS += declarative-camera } -- cgit v1.2.3