feat: add missing KF6 framework recipes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(KF6KIO "@KF_DEP_VERSION@")
|
||||
find_dependency(KF6XmlGui "@KF_DEP_VERSION@")
|
||||
find_dependency(KF6Service "@KF_DEP_VERSION@")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/KF6PartsTargets.cmake")
|
||||
@PACKAGE_INCLUDE_QCHTARGETS@
|
||||
Reference in New Issue
Block a user