summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2012-02-16 09:52:37 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-29 09:19:29 +0100
commitd9b6e7daa20c4d3d7f147713ff8c251cc6b4b69a (patch)
treecd4a27b8317d8a71e4b45423883f05cd0a8b8f05 /demos
parenta959c0b9aaadf84b1567daf41b52a73d8bc1b777 (diff)
Have tea_service qml demo install into qt3d/bin
Reviewed-by: Danny Pope <daniel.pope@nokia.com> Change-Id: Iab4979744db7d769b5614c2994d3960f62671b68 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'demos')
-rw-r--r--demos/quick3d/tea_service/tea_service.pro24
1 files changed, 22 insertions, 2 deletions
diff --git a/demos/quick3d/tea_service/tea_service.pro b/demos/quick3d/tea_service/tea_service.pro
index 1baead31d..37e8e06e5 100644
--- a/demos/quick3d/tea_service/tea_service.pro
+++ b/demos/quick3d/tea_service/tea_service.pro
@@ -4,11 +4,31 @@ QT += declarative quick
CONFIG += qt warn_on
SOURCES += main.cpp
+ICON_FILE = ../icon.png
-INSTALL_DIRS = qml
-mt: INSTALL_FILES = mt.qml
+QML_FILES = \
+ qml/desktop.qml \
+ qml/Teacup.qml \
+ qml/TeaService.qml \
+ qml/Teaspoon.qml
+
+QML_INFRA_FILES = \
+ $$QML_FILES \
+ qml/teacup.bez \
+ qml/teapot-body.bez \
+ qml/teapot-handle.bez \
+ qml/teapot-spout.bez \
+ qml/teaspoon.bez
+
+CATEGORY = demos
+include(../../../pkg.pri)
OTHER_FILES += \
+ mt.qml \
+ $$QML_INFRA_FILES \
tea_service.rc
+INSTALL_DIRS = qml
+mt: INSTALL_FILES = mt.qml
+
RC_FILE = tea_service.rc