summaryrefslogtreecommitdiffstats
path: root/weather-qml/Weather.qmlproject
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2011-03-01 09:43:00 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2011-03-01 09:43:00 +0100
commitf37a39cf77bc20770211e05fbb4570a4a2aacaa7 (patch)
tree96c8c47ee17d5c7b7c64e709446ff7937a8a1ccc /weather-qml/Weather.qmlproject
parent671c364ff69dbf9beb18ec66cb360bd3a669ce38 (diff)
Add a bunch of new mobile demos from INdT
Diffstat (limited to 'weather-qml/Weather.qmlproject')
-rw-r--r--weather-qml/Weather.qmlproject19
1 files changed, 19 insertions, 0 deletions
diff --git a/weather-qml/Weather.qmlproject b/weather-qml/Weather.qmlproject
new file mode 100644
index 0000000..3923c0e
--- /dev/null
+++ b/weather-qml/Weather.qmlproject
@@ -0,0 +1,19 @@
+// File generated by QtCreator
+
+import QmlProject 1.0
+
+Project {
+ // Scan current directory and subdirectories for .qml, .js, and image files
+ QmlFiles {
+ directory: "."
+ recursive: true
+ }
+ JavaScriptFiles {
+ directory: "."
+ recursive: true
+ }
+ ImageFiles {
+ directory: "."
+ recursive: true
+ }
+}