summaryrefslogtreecommitdiffstats
path: root/weather-qml/Weather.qmlproject
diff options
context:
space:
mode:
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
+ }
+}