Browse Source

added qml runtime dependency to kcm

Malte Veerman 6 years ago
parent
commit
669195471b
1 changed files with 2 additions and 0 deletions
  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})