[kcms/formats] Install to new namespace

The .desktop file got moved to the new location but not the .so file, which seems to break systemsettings

BUG: 447544
wilder-5.24
Nicolas Fella 4 years ago
parent 7da22650ec
commit 8f4e84aa3c
  1. 2
      kcms/formats/CMakeLists.txt

@ -23,6 +23,6 @@ target_link_libraries(kcm_formats
########### install files ###############
install(TARGETS kcm_formats DESTINATION ${KDE_INSTALL_PLUGINDIR}/kcms )
install(TARGETS kcm_formats DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings)
install(FILES kcm_formats.desktop DESTINATION ${KDE_INSTALL_APPDIR})
kpackage_install_package(package kcm_formats kcms)

Loading…
Cancel
Save