From 432865fc08f12f4da2d3f9bc3f7b178acc246c6d Mon Sep 17 00:00:00 2001 From: Antonio Date: Sun, 27 Oct 2024 18:43:06 +0100 Subject: [PATCH] Fix icons output dir --- SavvyCAN.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SavvyCAN.pro b/SavvyCAN.pro index ef56a83a..d6088006 100644 --- a/SavvyCAN.pro +++ b/SavvyCAN.pro @@ -270,7 +270,7 @@ examplefiles.path = $$PREFIX/share/savvycan/examples INSTALLS += examplefiles iconfiles.files=icons -iconfiles.path = $$PREFIX/share/icons +iconfiles.path = $$PREFIX/share INSTALLS += iconfiles helpfiles.files=help/*