CMake config file: check for Qt5Core in the needed version

This commit is contained in:
Friedrich W. H. Kossebau 2020-11-16 20:21:16 +01:00
parent 8804711943
commit 32149e6340
1 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,8 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core @QT_MIN_VERSION@)
set_and_check(KPMCORE_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
include("${CMAKE_CURRENT_LIST_DIR}/KPMcoreTargets.cmake")