Use modern macro

frameworks
Montel Laurent 12 years ago
parent d852a7bee0
commit 4ec78fa5df
  1. 2
      shell/CMakeLists.txt
  2. 2
      ui/data/icons/CMakeLists.txt

@ -22,7 +22,7 @@ set(okular_SRCS
kde4_add_app_icon(okular_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../ui/data/icons/hi*-apps-okular.png")
kde4_add_executable(okular ${okular_SRCS})
add_executable(okular ${okular_SRCS})
target_link_libraries(okular KF5::Parts KF5::WindowSystem KF5::KDELibs4Support)

@ -1 +1 @@
kde4_install_icons( ${ICON_INSTALL_DIR} )
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 ${ICON_INSTALL_DIR} )

Loading…
Cancel
Save