diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:07:34 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:24:40 -0500 |
commit | fd598de2c48a9fcc0e13b5574c3da0b5b6edf407 (patch) | |
tree | bf5c7e8fdf61d4c1cb330d926962773692fd7e0e /app/app.pro | |
parent | 8b8c003e0be89baef3715c7f905ba32213bdb853 (diff) |
Add .desktop and icon file installationmarlin_12.92.0marlin_12.91.0marlin/12.92.0marlin/12.91.012.92.012.91.0
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 <scott.murray@konsulko.com>
Change-Id: Ic84c43d4871002131f982c3054a9ee6f475e649d
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |