소스 검색

use kpackage_install_bundled_package for the kcm at least

maldela 7 년 전
부모
커밋
4737dd67f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kcm/CMakeLists.txt

+ 1 - 1
kcm/CMakeLists.txt

@@ -12,6 +12,6 @@ target_link_libraries(kcm_fancontrol ${LIBRARIES})
 install(TARGETS kcm_fancontrol DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/kcms")
 install(PROGRAMS fancontrol-kcm.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
 
-kpackage_install_package(package org.kde.fancontrol.kcm kcms)
+kpackage_install_bundled_package(package org.kde.fancontrol.kcm kcms)
 
 kcoreaddons_desktop_to_json(kcm_fancontrol "fancontrol-kcm.desktop" SERVICE_TYPES kcmodule.desktop)