Rename icons

frameworks
Montel Laurent 11 years ago
parent 840355dc78
commit ffbf0b82f6
  1. 2
      shell/CMakeLists.txt
  2. 0
      ui/data/icons/128-apps-okular.png
  3. 0
      ui/data/icons/16-apps-okular.png
  4. 0
      ui/data/icons/22-apps-okular.png
  5. 0
      ui/data/icons/32-apps-okular.png
  6. 0
      ui/data/icons/48-apps-okular.png
  7. 0
      ui/data/icons/64-apps-okular.png
  8. 2
      ui/data/icons/CMakeLists.txt

@ -21,7 +21,7 @@ set(okular_SRCS
shellutils.cpp
)
file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../ui/data/icons/hi*-apps-okular.png")
file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../ui/data/icons/*-apps-okular.png")
ecm_add_app_icon(okular_SRCS ICONS ${ICONS_SRCS})
add_executable(okular ${okular_SRCS})

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 662 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -1 +1 @@
ecm_install_icons( ICONS hi128-apps-okular.png hi16-apps-okular.png hi22-apps-okular.png hi32-apps-okular.png hi48-apps-okular.png hi64-apps-okular.png DESTINATION ${KDE_INSTALL_ICONDIR} )
ecm_install_icons( ICONS 128-apps-okular.png 16-apps-okular.png 22-apps-okular.png 32-apps-okular.png 48-apps-okular.png 64-apps-okular.png DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor )

Loading…
Cancel
Save