You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
639 B
16 lines
639 B
@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") |
|
|
|
include(CMakeFindDependencyMacro) |
|
find_dependency(Qt5Xml "@REQUIRED_QT_VERSION@") |
|
|
|
if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING) |
|
find_file(KCONFIGCOMPILER_PATH KF5Config/KF5ConfigCompilerTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH) |
|
include("${KCONFIGCOMPILER_PATH}") |
|
else() |
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigCompilerTargets.cmake") |
|
endif() |
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigMacros.cmake")
|
|
|