summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/minehunt.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-03-08 02:31:21 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-03-08 02:31:21 (GMT)
commit364dcc0b434fedd18adea73ee99ffad44ca4442a (patch)
treeb3854f24dd434d7c91c6e561fb3eba9a822eb0d5 /demos/declarative/minehunt/minehunt.pro
parenta7856e3a5f6b9e5e2fd10690574b5f44ca50ba73 (diff)
parent23440d84ddf78755e77cea75956cd7445647230a (diff)
downloadQt-364dcc0b434fedd18adea73ee99ffad44ca4442a.zip
Qt-364dcc0b434fedd18adea73ee99ffad44ca4442a.tar.gz
Qt-364dcc0b434fedd18adea73ee99ffad44ca4442a.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'demos/declarative/minehunt/minehunt.pro')
-rw-r--r--demos/declarative/minehunt/minehunt.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro
index a497b0f..2f9a8ad 100644
--- a/demos/declarative/minehunt/minehunt.pro
+++ b/demos/declarative/minehunt/minehunt.pro
@@ -9,3 +9,17 @@ DESTDIR = MinehuntCore
# Input
SOURCES += minehunt.cpp
+
+sources.files = minehunt.qml
+sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
+
+target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
+
+MinehuntCore_sources.files = \
+ MinehuntCore/Explosion.qml \
+ MinehuntCore/pics \
+ MinehuntCore/qmldir
+MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
+
+INSTALLS = sources MinehuntCore_sources target
+