diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-12-21 10:03:28 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2017-12-21 10:03:28 +0100 |
commit | 5bd9a178175439c2278f97d648a227e6a4d25bf2 (patch) | |
tree | dd0150ea50d97b94d9db5ef49290158f3dc5d81f | |
parent | e7cf408f6d143724ca84119d35f5091f9c3be702 (diff) |
Fix entry point
Change-Id: Ibafb560ffe6f4871cd7952dc96fd1ece08089f3f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r-- | ll-database-binding/conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 # --------------------------- |