aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorroot <alan.alpert@nokia.com>2012-06-22 12:48:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 08:18:15 +0200
commit24f0b5ec05a8461a4aceee6d746954ef80449b99 (patch)
treebd3b771234061772222cb849f9ccb74db1eaaf94 /examples/quick
parentdb3aa0d40b34cf365540041c148d9bf4f05148d9 (diff)
Install examples to example hierarchy
Some examples were installing to an old path of qtdeclarative/qtquick Task-number QTBUG-26205 Change-Id: I6e1840b1f1a87e24c1728de1b7320d6738bd530e Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/accessibility/accessibility.pro4
-rw-r--r--examples/quick/animation/animation.pro4
-rw-r--r--examples/quick/draganddrop/draganddrop.pro4
-rw-r--r--examples/quick/imageelements/imageelements.pro4
-rw-r--r--examples/quick/maskedmousearea/maskedmousearea.pro4
-rw-r--r--examples/quick/modelviews/modelviews.pro4
-rw-r--r--examples/quick/righttoleft/righttoleft.pro4
-rw-r--r--examples/quick/text/text.pro4
8 files changed, 16 insertions, 16 deletions
diff --git a/examples/quick/accessibility/accessibility.pro b/examples/quick/accessibility/accessibility.pro
index 2826161945..51877b2c95 100644
--- a/examples/quick/accessibility/accessibility.pro
+++ b/examples/quick/accessibility/accessibility.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/accessibility
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/accessibility
qml.files = accessibility.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/accessibility
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/accessibility
INSTALLS += target qml
diff --git a/examples/quick/animation/animation.pro b/examples/quick/animation/animation.pro
index cdf83f80c8..26cefba202 100644
--- a/examples/quick/animation/animation.pro
+++ b/examples/quick/animation/animation.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/animation
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/animation
qml.files = animation.qml basics behaviors easing pathanimation pathinterpolator states
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/animation
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/animation
INSTALLS += target qml
diff --git a/examples/quick/draganddrop/draganddrop.pro b/examples/quick/draganddrop/draganddrop.pro
index 3f535312e0..e4556da4a1 100644
--- a/examples/quick/draganddrop/draganddrop.pro
+++ b/examples/quick/draganddrop/draganddrop.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/draganddrop
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/draganddrop
qml.files = draganddrop.qml tiles views
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/draganddrop
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/draganddrop
INSTALLS += target qml
diff --git a/examples/quick/imageelements/imageelements.pro b/examples/quick/imageelements/imageelements.pro
index 89abac6e25..f19338204d 100644
--- a/examples/quick/imageelements/imageelements.pro
+++ b/examples/quick/imageelements/imageelements.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/imageelements
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
qml.files = borderimage.qml content imageelements.qml image.qml shadows.qml simplesprite.qml spriteimage.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/imageelements
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
INSTALLS += target qml
diff --git a/examples/quick/maskedmousearea/maskedmousearea.pro b/examples/quick/maskedmousearea/maskedmousearea.pro
index 53e14aaa4b..1623f7919b 100644
--- a/examples/quick/maskedmousearea/maskedmousearea.pro
+++ b/examples/quick/maskedmousearea/maskedmousearea.pro
@@ -7,8 +7,8 @@ HEADERS += maskedmousearea.h
SOURCES += main.cpp \
maskedmousearea.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/maskedmousearea
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/maskedmousearea
qml.files = maskedmousearea.qml images
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/maskedmousearea
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/maskedmousearea
INSTALLS += target qml
diff --git a/examples/quick/modelviews/modelviews.pro b/examples/quick/modelviews/modelviews.pro
index 59c5e231a2..7e6226607f 100644
--- a/examples/quick/modelviews/modelviews.pro
+++ b/examples/quick/modelviews/modelviews.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/modelviews
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/modelviews
qml.files = \
modelviews.qml \
gridview \
@@ -13,6 +13,6 @@ qml.files = \
pathview \
visualdatamodel \
visualitemmodel
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/modelviews
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/modelviews
INSTALLS += target qml
diff --git a/examples/quick/righttoleft/righttoleft.pro b/examples/quick/righttoleft/righttoleft.pro
index 2e30765ffb..cd5a48d7a4 100644
--- a/examples/quick/righttoleft/righttoleft.pro
+++ b/examples/quick/righttoleft/righttoleft.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/righttoleft
qml.files = righttoleft.qml layoutdirection layoutmirroring textalignment
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/righttoleft
INSTALLS += target qml
diff --git a/examples/quick/text/text.pro b/examples/quick/text/text.pro
index ab5c1677a1..a9256a6a4a 100644
--- a/examples/quick/text/text.pro
+++ b/examples/quick/text/text.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/text
qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/text
INSTALLS += target qml