Explorar o código

added qml runtime dependency to kcm

Malte Veerman %!s(int64=6) %!d(string=hai) anos
pai
achega
669195471b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      kcm/CMakeLists.txt

+ 2 - 0
kcm/CMakeLists.txt

@@ -5,6 +5,8 @@ set(LIBRARIES Qt5::Core
 
 find_package(KF5 COMPONENTS CoreAddons Package Declarative KCMUtils REQUIRED)
 
+ecm_find_qmlmodule(org.kde.kcm 1.0)
+
 add_library(kcm_fancontrol MODULE src/fancontrolkcm.cpp)
 
 target_link_libraries(kcm_fancontrol ${LIBRARIES})