From de07a782e128414e58f7736605484c303383c162 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Wed, 28 Nov 2012 09:53:40 +0100 Subject: 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 --- examples/quick/scenegraph/simplematerial/simplematerial.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/scenegraph/simplematerial/simplematerial.pro') 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 -- cgit v1.2.3