From f95c17d81d1f939479665627601f77094e7aa4e4 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 9 Jan 2019 11:38:36 +0100 Subject: ivigenerator: Fix the backend_qtro template to generate a correct plugin.json The other templates have been fixed already before. Also make sure the example doesn't specify a custom id to make sure we test this path by default. Change-Id: Icf4eb17c057ea8cba7673b9884c5123c4e749ffd Fixes: AUTOSUITE-735 Reviewed-by: Robert Griebl --- examples/ivicore/qface-ivi-remote/example-ivi-remote.qface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface b/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface index af45423..31d6d0c 100644 --- a/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface +++ b/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface @@ -9,7 +9,7 @@ module Example.IVI.Remote 1.0; * all sorts of heavy processing */ //! [1] -@config: { id: "example.qtivi.ProcessingService/1.0", qml_type: "UiProcessingService" } +@config: { qml_type: "UiProcessingService" } interface ProcessingService { string lastMessage; -- cgit v1.2.1