From fd598de2c48a9fcc0e13b5574c3da0b5b6edf407 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Dec 2021 15:07:34 -0500 Subject: Add .desktop and icon file installation Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Also removed potentially confusing use of non-existent $$PREFIX variable. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: Ic84c43d4871002131f982c3054a9ee6f475e649d --- app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 3a14c80..0b2eab7 100644 --- a/app/app.pro +++ b/app/app.pro @@ -16,7 +16,7 @@ RESOURCES += \ bluetooth/bluetooth.qrc \ version/version.qrc -target.path = $${PREFIX}/usr/bin +target.path = /usr/bin target.files += $${OUT_PWD}/$${TARGET} target.CONFIG = no_check_exist executable -- cgit 1.2.3-korg