aboutsummaryrefslogtreecommitdiffstats
path: root/neptuneui.qmlproject
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2016-01-21 15:04:56 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2016-02-18 15:57:31 +0000
commit5c437182c95521e2deb5e4c8aab521fe43a46117 (patch)
tree0bdfd5ec53241922266df36709221be50f3bb7c0 /neptuneui.qmlproject
parent92bb87e3dde3016bbc08e04757be3227753a6454 (diff)
[QtIVIVehicleFunctions] Added dummyimports
It was not possible to run the Neptune UI without real QtIVI backend. Dummyimports are now added in order to run even without the backend. Change-Id: If0b12c22e410f5f26b0c265e1b58f3e897eb8ccb Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'neptuneui.qmlproject')
-rw-r--r--neptuneui.qmlproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/neptuneui.qmlproject b/neptuneui.qmlproject
index f7dd853..970c72c 100644
--- a/neptuneui.qmlproject
+++ b/neptuneui.qmlproject
@@ -21,5 +21,5 @@ Project {
}
/* List of plugin directories passed to QML runtime */
- importPaths: [ "modules", "am-dummyimports" ]
+ importPaths: [ "modules", "am-dummyimports", "dummyimports" ]
}