summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/minehunt.qmlproject
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:50:14 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 15:00:01 (GMT)
commit9b5bb1b8b1acd1deb2ce653ab1a4095a0e503306 (patch)
tree527b5bb26fc80dab7adf4fdaf3f80b65061a066f /demos/declarative/minehunt/minehunt.qmlproject
parent00be4d1b8ffea62423413241ed5ec33c55ed5bce (diff)
downloadQt-9b5bb1b8b1acd1deb2ce653ab1a4095a0e503306.zip
Qt-9b5bb1b8b1acd1deb2ce653ab1a4095a0e503306.tar.gz
Qt-9b5bb1b8b1acd1deb2ce653ab1a4095a0e503306.tar.bz2
demos/declarative/minehunt example modifications
Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'demos/declarative/minehunt/minehunt.qmlproject')
-rw-r--r--demos/declarative/minehunt/minehunt.qmlproject6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/declarative/minehunt/minehunt.qmlproject b/demos/declarative/minehunt/minehunt.qmlproject
index d4909f8..1f8b659 100644
--- a/demos/declarative/minehunt/minehunt.qmlproject
+++ b/demos/declarative/minehunt/minehunt.qmlproject
@@ -3,13 +3,13 @@ import QmlProject 1.0
Project {
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
- directory: "."
+ directory: "qml/minehunt"
}
JavaScriptFiles {
- directory: "."
+ directory: "qml/minehunt"
}
ImageFiles {
- directory: "."
+ directory: "qml/minehunt"
}
/* List of plugin directories passed to QML runtime */
// importPaths: [ " ../exampleplugin " ]