From 4c3c3a1f6f19d3f17bb4b046a7b7b2c419fd548f Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 4 Feb 2019 15:11:40 +0100 Subject: ivigenerator: Also use the qml_types filter for the uri of the simluation engine By also using the qml_types filter here, we make sure that the uri for the simulation is similar to the frontend API. (It just adds a extra .simulation at the end). Also juse the qface module version in the autogenerated QML API Change-Id: I4804302a18f7af93345a905c79dd86b00c77702b Reviewed-by: Robert Griebl --- examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml b/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml index 73806c0..7aed660 100644 --- a/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml +++ b/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml @@ -53,7 +53,7 @@ //! [0] import QtQuick 2.0 -import example.ivi.addressbook.simulation 1.0 +import Example.IVI.AddressBook.simulation 1.0 Item { AddressBookBackend { -- cgit v1.2.1