From fe5dbf4f312cf60b15ed39f68c0e4b4e1c917115 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 14 Jul 2020 17:53:32 +0300 Subject: Rip out the qt version and intall the native XDG one This has run-by-default enabled. Signed-off-by: Marius Vlad Change-Id: I99c85373965339a990476eec1772a27cfd360d6c --- conf.d/cmake/config.cmake | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 2a3c9d7..b85fe6e 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -1,9 +1,11 @@ ########################################################################### # Copyright 2015-2018 IoT.bzh # Copyright 2018,2019 Konsulko Group +# Copyright 2020 Collabora Ltd. # # author: Fulup Ar Foll # cluster-receiver: Scott Murray +# xdg-cluster-receiver: Marius Vlad # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,15 +22,15 @@ # Project Info # ------------------ -set(PROJECT_NAME cluster-receiver) +set(PROJECT_NAME xdg-cluster-receiver) set(PROJECT_PRETTY_NAME "Cluster Receiver Demo") set(PROJECT_DESCRIPTION "Cluster receiver demo application") -set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-receiver") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/app/xdg-cluster-demo-receiver.git") set(PROJECT_VERSION "1.0") set(PROJECT_ICON "icon.png") -set(PROJECT_AUTHOR "Scott Murray") -set(PROJECT_AUTHOR_MAIL "scott.murray@konsulko.com") -set(PROJECT_LICENSE "APL2.0") +set(PROJECT_AUTHOR "Marius Vlad") +set(PROJECT_AUTHOR_MAIL "marius.vlad@collabora.com") +set(PROJECT_LICENSE "MIT") set(PROJECT_LANGUAGES "CXX") # Where are stored the project configuration files @@ -155,7 +157,7 @@ set(WIDGET_TYPE application/vnd.agl.native) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT bin/cluster-receiver) +set(WIDGET_ENTRY_POINT bin/xdg-cluster-receiver) # Optional dependencies order # --------------------------- -- cgit 1.2.3-korg