summaryrefslogtreecommitdiffstats
path: root/basicsuite/Photo Gallery/Photo Gallery.qmlproject
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Photo Gallery/Photo Gallery.qmlproject')
-rw-r--r--basicsuite/Photo Gallery/Photo Gallery.qmlproject18
1 files changed, 18 insertions, 0 deletions
diff --git a/basicsuite/Photo Gallery/Photo Gallery.qmlproject b/basicsuite/Photo Gallery/Photo Gallery.qmlproject
new file mode 100644
index 0000000..4d32f75
--- /dev/null
+++ b/basicsuite/Photo Gallery/Photo Gallery.qmlproject
@@ -0,0 +1,18 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "main.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+ /* List of plugin directories passed to QML runtime */
+ // importPaths: [ "../exampleplugin" ]
+}