diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 02:52:11 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 03:02:26 (GMT) |
commit | c97e1e29aedaceead92cd231b3a77d60bab2af50 (patch) | |
tree | 38571662ec0819176c4caa2e3e79ce297aa5cdbc /demos/declarative/minehunt/minehunt.pro | |
parent | 69a3c7fc51fcab07a6a0a18a753546b45cf522c3 (diff) | |
download | Qt-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.pro | 2 |
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 |