diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-14 00:56:25 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-14 00:57:00 (GMT) |
commit | b16e6e70529b8ef86734324c6c6a0e151ddf4bc8 (patch) | |
tree | 18c82661106ce859833d4cff7fe9d9d74bf879ab /demos/declarative/minehunt/minehunt.pro | |
parent | 3469fe05e4b04567598202fecc16c1decfb3ab63 (diff) | |
download | Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.zip Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.tar.gz Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.tar.bz2 |
Minehunt cleanup/optimization.
Diffstat (limited to 'demos/declarative/minehunt/minehunt.pro')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 8a5667d..43f68c3 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -16,6 +16,7 @@ target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore MinehuntCore_sources.files = \ MinehuntCore/Explosion.qml \ + MinehuntCore/Tile.qml \ MinehuntCore/pics \ MinehuntCore/qmldir MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore |