plasma-framework/src/plasmaquick/KF5PlasmaQuickConfig.cmake.in
Nicolas Fella 08f0204d16 Replace KF5_VERSION with KF_VERSION
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.

Given this is purely internal we can to this now, making it a bit more future-proof

GIT_SILENT

NO_CHANGELOG
2021-01-29 23:25:42 +01:00

15 lines
458 B
CMake

@PACKAGE_INIT@
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
include(CMakeFindDependencyMacro)
find_dependency(KF5Plasma "@KF_DEP_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")
set(PlasmaQuick_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
set_and_check(PlasmaQuick_INCLUDE_DIR "@PACKAGE_KDE_INSTALL_INCLUDEDIR_KF5@")
set(PlasmaQuick_LIBRARIES KF5::PlasmaQuick)