From 01e566e61a45561cff7d800ae310406c1792e494 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 4 Feb 2019 15:14:54 +0100 Subject: ivigenerator: Add the generation of a qmltypes for the simulation API Similar to the frontend QML API, this adds the generation of a qmltypes file for the simulation API, which can be used in the simulation engine. Because QtCreator cannot handle the same import uris in different folder we always need to generate the frontend qmltypes together with the simulation qmltypes in one combined folder structure. For now the qmltypes are moved into the common folder and generated in the frontend and the backend_simulator template to make it easier to include them. Later the same files can be used for the qml_plugin generator. Task-number: AUTOSUITE-743 Change-Id: I49aecf4d158fc46dbc1eac80c707194440c5763f Reviewed-by: Robert Griebl --- .../qface-ivi-addressbook/backend_simulator/backend_simulator.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro b/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro index a65f7d5..c1cc0e1 100644 --- a/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro +++ b/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro @@ -23,3 +23,5 @@ INSTALLS += target #! [0] RESOURCES += plugin_resource.qrc #! [0] + +QML_IMPORT_PATH = $$OUT_PWD/qml -- cgit v1.2.1