From 5bd9a178175439c2278f97d648a227e6a4d25bf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Collignon?= Date: Thu, 21 Dec 2017 10:03:28 +0100 Subject: [PATCH] Fix entry point MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ibafb560ffe6f4871cd7952dc96fd1ece08089f3f Signed-off-by: José Bollo Signed-off-by: Loïc Collignon --- ll-database-binding/conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ll-database-binding/conf.d/cmake/config.cmake b/ll-database-binding/conf.d/cmake/config.cmake index b1bcde1..a698e70 100644 --- a/ll-database-binding/conf.d/cmake/config.cmake +++ b/ll-database-binding/conf.d/cmake/config.cmake @@ -151,7 +151,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT irrelevant) +set(WIDGET_ENTRY_POINT config.xml) # Optional dependencies order # --------------------------- -- 2.16.6