summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-15 15:49:49 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-15 08:58:44 +0200
commit7085775a115421e5fbecc02679da1558c5178e84 (patch)
treecd4fe3bc90b3ff33751ea62fec92fe241ab9ad67 /examples
parent09d89118d973f427ed418047a2b404c45a552d83 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
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
}