Don't use QtDeclarative compat module
authorKent Hansen <kent.hansen@nokia.com>
Thu, 10 May 2012 13:39:03 +0000 (15:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 May 2012 07:34:46 +0000 (09:34 +0200)
Use QtQml instead.

Change-Id: If899ebc1e0b4ea86f0f8d4369fbd3eb5cbb2181c
Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
13 files changed:
examples/quick/canvas/canvas.pro
examples/quick/keyinteraction/keyinteraction.pro
examples/quick/mousearea/mousearea.pro
examples/quick/positioners/positioners.pro
examples/quick/righttoleft/righttoleft.pro
examples/quick/shadereffects/shadereffects.pro
examples/quick/text/text.pro
examples/quick/touchinteraction/touchinteraction.pro
tests/auto/headersclean/headersclean.pro
tests/auto/headersclean/qt_headersclean_headers.h
tests/auto/quick/qquickgridview/data/displacedTransitions.qml
tests/auto/quick/qquicklistview/data/displacedTransitions.qml
tools/easingcurveeditor/easingcurveeditor.pro

index 5ae914a..e9e1dce 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
index 890d5b1..f2e1943 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/keyinteraction
index e9a715a..c26d287 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/mousearea
index 15530dc..dddabfe 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/positioners
index eb1ecbb..2e30765 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
index 04ac62b..7801e41 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/shadereffects
index ecd0762..ab5c167 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
index c56e5c8..8213d64 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += quick declarative
+QT += quick qml
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/touchinteraction
index 379648e..87e4e0c 100644 (file)
@@ -1,4 +1,4 @@
-QT = core testlib declarative qml quick qmltest qmldevtools
+QT = core testlib qml qml quick qmltest qmldevtools
 HEADERSCLEAN_PRI = $${QT.core.sources}/../../tests/auto/other/headersclean/headersclean.pri
 isEmpty(QT.core.sources)|!include($$HEADERSCLEAN_PRI) {
     warning("headersclean.pri from QtCore sources not available.  test disabled")
index d3f4e4b..1c1147d 100644 (file)
@@ -42,7 +42,6 @@
 #ifndef QT_HEADERSCLEAN_HEADERS
 #define QT_HEADERSCLEAN_HEADERS
 
-#include <QtDeclarative/QtDeclarative>
 #include <QtQml/QtQml>
 #include <QtQmlDevTools/QtQmlDevTools>
 #include <QtQuick/QtQuick>
index 2db0697..4abf401 100644 (file)
@@ -65,7 +65,7 @@ Rectangle {
         property var displacedTargetIndexes: new Array()
         property var displacedTargetItems: new Array()
 
-        // for QDeclarativeListProperty types
+        // for QQmlListProperty types
         function copyList(propList) {
             var temp = new Array()
             for (var i=0; i<propList.length; i++)
index 964ded1..573bf2b 100644 (file)
@@ -56,7 +56,7 @@ Rectangle {
         property var displacedTargetIndexes: new Array()
         property var displacedTargetItems: new Array()
 
-        // for QDeclarativeListProperty types
+        // for QQmlListProperty types
         function copyList(propList) {
             var temp = new Array()
             for (var i=0; i<propList.length; i++)
index fa5aea8..78f2ebf 100644 (file)
@@ -2,7 +2,7 @@ TEMPLATE = app
 DEPENDPATH += .
 INCLUDEPATH += .
 
-QT += declarative quick widgets
+QT += qml quick widgets
 CONFIG -= app_bundle
 
 # Input