From 59a8f88a4651f29addca93b064d539b0e97391bf Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Dec 2021 15:08:17 -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: I945eed27d3bee12d363e09d8222e1be08a22d853 --- 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 b1f49c8..077a408 100644 --- a/app/app.pro +++ b/app/app.pro @@ -18,7 +18,7 @@ RESOURCES += \ navigation.qrc \ images/images.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