Skip to content

Commit

Permalink
Merge pull request #22 from pinotree/no-icon-as-pixmap
Browse files Browse the repository at this point in the history
Stop installing the application icon as pixmap
  • Loading branch information
dougmassay committed Nov 12, 2020
2 parents d8cb149 + c738ac2 commit b1f78a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ set( LINUX_DESKTOP_FILE
platform/linux/freedesktop/pageedit.desktop
)

set( LINUX_DESKTOP_ICON_FILE
icons/app_icon_48.png
)

#############################################################################

# Runs UIC on specified files
Expand Down Expand Up @@ -340,7 +336,6 @@ if( UNIX AND NOT APPLE )
# Standard Linux 'make install'
install( TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} )
install( FILES ${LINUX_DESKTOP_FILE} DESTINATION ${SHARE_INSTALL_PREFIX}/share/applications/ )
install( FILES ${LINUX_DESKTOP_ICON_FILE} DESTINATION ${SHARE_INSTALL_PREFIX}/share/pixmaps RENAME pageedit.png )
set( ICON_SIZE 32 48 128 256)
foreach( SIZE ${ICON_SIZE} )
install( FILES ${PROJECT_SOURCE_DIR}/icons/app_icon_${SIZE}.png DESTINATION
Expand Down

0 comments on commit b1f78a3

Please sign in to comment.