summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/minehunt.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 02:52:11 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 03:02:26 (GMT)
commitc97e1e29aedaceead92cd231b3a77d60bab2af50 (patch)
tree38571662ec0819176c4caa2e3e79ce297aa5cdbc /demos/declarative/minehunt/minehunt.pro
parent69a3c7fc51fcab07a6a0a18a753546b45cf522c3 (diff)
downloadQt-c97e1e29aedaceead92cd231b3a77d60bab2af50.zip
Qt-c97e1e29aedaceead92cd231b3a77d60bab2af50.tar.gz
Qt-c97e1e29aedaceead92cd231b3a77d60bab2af50.tar.bz2
Use a better method for installing declarative demos.
Simply copy the demo directories, instead of writing a stub .pro file.
Diffstat (limited to 'demos/declarative/minehunt/minehunt.pro')
-rw-r--r--demos/declarative/minehunt/minehunt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro
index 2f9a8ad..2df33e6 100644
--- a/demos/declarative/minehunt/minehunt.pro
+++ b/demos/declarative/minehunt/minehunt.pro
@@ -10,7 +10,7 @@ DESTDIR = MinehuntCore
SOURCES += minehunt.cpp
-sources.files = minehunt.qml
+sources.files = minehunt.qml minehunt.pro
sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt
target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore