blob: 12ff7c639493f75ed0c5941c40604d00e7a1b047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@PACKAGE_INIT@
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigTargets.cmake")
find_dependency(Qt5Xml "@REQUIRED_QT_VERSION@")
unset( _KDE4_KCONFIG_COMPILER_DEP)
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigMacros.cmake")
|