aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2012-10-11 16:45:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 09:30:25 +0200
commit69da135f971c2e80236fcf060b387c26bc6e7cd6 (patch)
tree1240415cbc23816dcac02fc3f37a81c885577fd7 /examples/quick
parent2c9886dfb9d448b08794d88ea112076c2744f194 (diff)
Fix imageelements example deployment
Some of the .qml files were missing from INSTALLS Task-number: QTBUG-26996 Change-Id: I9508ca3c43f354a16405af68dbca0133117ee2e2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/imageelements/imageelements.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/imageelements/imageelements.pro b/examples/quick/imageelements/imageelements.pro
index f19338204d..9732475f1d 100644
--- a/examples/quick/imageelements/imageelements.pro
+++ b/examples/quick/imageelements/imageelements.pro
@@ -4,7 +4,7 @@ QT += quick qml
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
-qml.files = borderimage.qml content imageelements.qml image.qml shadows.qml simplesprite.qml spriteimage.qml
+qml.files = *.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
INSTALLS += target qml