summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-02-04 15:14:54 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-02-15 10:51:37 +0000
commit01e566e61a45561cff7d800ae310406c1792e494 (patch)
tree44797d9b05ecc70767e9408588e4a6fdc20a8470 /examples
parent4c3c3a1f6f19d3f17bb4b046a7b7b2c419fd548f (diff)
downloadqtivi-01e566e61a45561cff7d800ae310406c1792e494.tar.gz
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 <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro2
1 files changed, 2 insertions, 0 deletions
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