aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2012-11-28 09:53:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 10:37:36 +0100
commitde07a782e128414e58f7736605484c303383c162 (patch)
tree2cd72babf0f770c90bec4e75eab8521bdd49b301 /examples/quick/scenegraph
parentaf25de87d610b65b729466d695d2cb66ded4eac4 (diff)
Examples: quick/scenegraph - add needed main.qml file to pro file
To fix the installation for customgeometry and simplematerial examples. Task-number: QTBUG-28243 Change-Id: Iafe62e30e7a0deeaeb0b6755fa2fd25a31f18ce5 Reviewed-by: Holger Ihrig <holger.ihrig@digia.com>
Diffstat (limited to 'examples/quick/scenegraph')
-rw-r--r--examples/quick/scenegraph/customgeometry/customgeometry.pro4
-rw-r--r--examples/quick/scenegraph/simplematerial/simplematerial.pro2
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/customgeometry/customgeometry.pro b/examples/quick/scenegraph/customgeometry/customgeometry.pro
index d1271e16a5..5198a3c44a 100644
--- a/examples/quick/scenegraph/customgeometry/customgeometry.pro
+++ b/examples/quick/scenegraph/customgeometry/customgeometry.pro
@@ -8,7 +8,9 @@ SOURCES += \
HEADERS += \
beziercurve.h
-sources.files = $$SOURCES $$HEADERS customgeometry.pro
+OTHER_FILES += main.qml
+
+sources.files = $$SOURCES $$HEADERS $$OTHER_FILES customgeometry.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/customgeometry
target.path = $$sources.path
INSTALLS += sources target
diff --git a/examples/quick/scenegraph/simplematerial/simplematerial.pro b/examples/quick/scenegraph/simplematerial/simplematerial.pro
index d8a638ca06..f8be76132e 100644
--- a/examples/quick/scenegraph/simplematerial/simplematerial.pro
+++ b/examples/quick/scenegraph/simplematerial/simplematerial.pro
@@ -5,7 +5,7 @@ SOURCES += \
simplematerial.cpp
OTHER_FILES += \
- test.qml
+ main.qml
sources.files = $$SOURCES $$OTHER_FILES simplematerial.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/simplematerial