aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-03-07 22:00:57 +0100
committerLars Knoll <lars.knoll@nokia.com>2012-03-07 22:01:11 +0100
commit616bbd1988f3b92f7d980b6c9a1278f11b712573 (patch)
treec6f9489bc1b53649130be21de858870f574db906 /examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject
parent3bc907d155034fe64efc8cb6056b48f0c6401bfb (diff)
parent70966df1be02dd94ecf9a122ff9e4976245aeb92 (diff)
Merge remote-tracking branch 'origin/master' into api_changes
Diffstat (limited to 'examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject')
-rw-r--r--examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject b/examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject
deleted file mode 100644
index 42ffacf4f8..0000000000
--- a/examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.1
-
-Project {
- mainFile: "samegame.qml"
-
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
-}