From bf48334d3d4845b15775d39ba05f4a85293c1d5d Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 5 Mar 2024 09:39:00 +0300 Subject: [PATCH] cmake: fix designer's icon filename Signed-off-by: Alexander Golubev --- tools/designer/designer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/designer/designer/CMakeLists.txt b/tools/designer/designer/CMakeLists.txt index 0aa50233..50f1f970 100644 --- a/tools/designer/designer/CMakeLists.txt +++ b/tools/designer/designer/CMakeLists.txt @@ -242,7 +242,7 @@ tde_create_translated_desktop( ) install( - FILES images/appicon.png + FILES images/designer_appicon.png DESTINATION ${QT_INSTALL_SHARE}/pixmaps RENAME tqdesigner.png )