aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/customgeometry.pro
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/customgeometry/customgeometry.pro
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/customgeometry/customgeometry.pro')
-rw-r--r--examples/quick/scenegraph/customgeometry/customgeometry.pro4
1 files changed, 3 insertions, 1 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