aboutsummaryrefslogtreecommitdiffstats
path: root/neptuneui.qmlproject
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2015-10-19 13:48:23 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2015-11-16 14:04:52 +0000
commit0446271eb6ce5f2f24662031ce55fcf6ee500ba4 (patch)
treea991373c1336ecd5452c7e146758e86e676dacde /neptuneui.qmlproject
parent0eb472c7031ba2cfe1cc49153865e36f3162abfe (diff)
Initial commit of Pelagicore's Neptune-UI with squashed history.
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'neptuneui.qmlproject')
-rw-r--r--neptuneui.qmlproject24
1 files changed, 24 insertions, 0 deletions
diff --git a/neptuneui.qmlproject b/neptuneui.qmlproject
new file mode 100644
index 0000000..4c2f522
--- /dev/null
+++ b/neptuneui.qmlproject
@@ -0,0 +1,24 @@
+
+import QmlProject 1.1
+
+Project {
+ mainFile: ""
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+ Files {
+ directory: "."
+ filter: "*.json"
+ }
+
+ /* List of plugin directories passed to QML runtime */
+ importPaths: [ "modules", "am-dummyimports" ]
+}