diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 01:52:26 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 01:57:34 (GMT) |
commit | 23440d84ddf78755e77cea75956cd7445647230a (patch) | |
tree | 89ea45b471b6dc08557cb97ae32d0888f169e9c1 /demos/declarative/minehunt | |
parent | 56768688cc49c2dd2234598b41ebbfd046937ac5 (diff) | |
download | Qt-23440d84ddf78755e77cea75956cd7445647230a.zip Qt-23440d84ddf78755e77cea75956cd7445647230a.tar.gz Qt-23440d84ddf78755e77cea75956cd7445647230a.tar.bz2 |
Fixed declarative demos not being installed.
Diffstat (limited to 'demos/declarative/minehunt')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 14 |
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 + |