From e923ab4691d1f1d4f273211f2752f7e4bf47f512 Mon Sep 17 00:00:00 2001 From: mars <1403122061@qq.com> Date: Thu, 14 May 2020 12:17:03 +0800 Subject: [PATCH] Fix icon --- resources/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index dab0c6b..61a5c4d 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -5,5 +5,5 @@ install( install( FILES qtquickapp.png - DESTINATION share/icons/hicolor/128x128/apps + DESTINATION share/pixmaps/ )