From de07a782e128414e58f7736605484c303383c162 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Wed, 28 Nov 2012 09:53:40 +0100 Subject: [PATCH] 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 --- .../scenegraph/customgeometry/customgeometry.pro | 4 +++- .../scenegraph/simplematerial/simplematerial.pro | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/quick/scenegraph/customgeometry/customgeometry.pro b/examples/quick/scenegraph/customgeometry/customgeometry.pro index d1271e1..5198a3c 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 d8a638c..f8be761 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 -- 1.7.2.5