Skip to content

Commit 0bcdabe

Browse files
committed
replace icons
1 parent d0645cd commit 0bcdabe

File tree

12 files changed

+6
-18
lines changed

12 files changed

+6
-18
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (NOT Qt5_FOUND)
2121
endif ()
2222

2323
if (APPLE)
24-
set(APP_ICNS "${CMAKE_SOURCE_DIR}/resources/icon.icns")
24+
set(APP_ICNS "${CMAKE_SOURCE_DIR}/resources/Qldd.icns")
2525
add_executable(Qldd MACOSX_BUNDLE ${APP_ICNS})
2626
else ()
2727
add_executable(Qldd)
@@ -58,13 +58,13 @@ if(APPLE)
5858
install(TARGETS Qldd
5959
BUNDLE DESTINATION .
6060
RUNTIME DESTINATION .)
61-
set_source_files_properties("${CMAKE_SOURCE_DIR}/resources/icon.icns" PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
61+
set_source_files_properties("${CMAKE_SOURCE_DIR}/resources/Qldd.icns" PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
6262

6363
set_target_properties(Qldd
6464
PROPERTIES
6565
MACOSX_BUNDLE_BUNDLE_NAME "${PROJECT_NAME}"
6666
MACOSX_BUNDLE_INFO_STRING "${PROJECT_NAME} Copyright (c) 2020 bas524@yandex.ru"
67-
MACOSX_BUNDLE_ICON_FILE icon.icns
67+
MACOSX_BUNDLE_ICON_FILE Qldd.icns
6868
MACOSX_BUNDLE_GUI_IDENTIFIER "${PROJECT_NAME}"
6969
MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_VERSION}"
7070
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
@@ -82,9 +82,9 @@ endif()
8282
set(desktop.path applications)
8383
set(desktop.files resources/qldd.desktop)
8484
set(icon.path icons/hicolor/64x64/apps)
85-
set(icon.files resources/icon64.png)
85+
set(icon.files resources/Qldd.png)
8686
set(iconsvg.path icons/hicolor/scalable/apps)
87-
set(iconsvg.files resources/icon.svg)
87+
set(iconsvg.files resources/Qldd.svg)
8888
foreach(items IN ITEMS desktop icon iconsvg)
8989
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${${items}.files}
9090
DESTINATION share/${${items}.path}

Qldd.desktop

Lines changed: 0 additions & 11 deletions
This file was deleted.

Qldd.ico

-9.44 KB
Binary file not shown.

Qldd.png

-2.15 KB
Binary file not shown.

resources/Qldd.icns

30.7 KB
Binary file not shown.

resources/Qldd.ico

100755100644
56.6 KB
Binary file not shown.

resources/Qldd.png

100755100644
3.09 KB
Loading

resources/icon.icns

-54.3 KB
Binary file not shown.

resources/icon.ico

-361 KB
Binary file not shown.

resources/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)