Warning, /libraries/kproperty/src/KPropertyCoreConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # KPropertyCoreConfig.cmake provides information about the installed KPropertyCore library.
0002 # It can be used directly from CMake via find_package(KPropertyCore NO_MODULE)
0003 #
0004 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
0005 #
0006 # The following CMake variables are provided:
0007 #   KPropertyCore_VERSION_MAJOR - the major version number of KPropertyCore
0008 #   KPropertyCore_VERSION_MINOR - the minor version number of KPropertyCore
0009 #   KPropertyCore_VERSION_PATCH - the patch version number of KPropertyCore
0010 #   KPropertyCore_INCLUDE_DIRS  - the include directories to use
0011 #
0012 # Additionally, the following imported library targets are created, which may be used directly
0013 # with target_link_libraries():
0014 #   KPropertyCore - the KPropertyCore library
0015 
0016 @PACKAGE_INIT@
0017 
0018 include(CMakeFindDependencyMacro)
0019 include(FeatureSummary)
0020 
0021 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
0022 
0023 include("${CMAKE_CURRENT_LIST_DIR}/KPropertyCoreTargets.cmake")
0024 include("${CMAKE_CURRENT_LIST_DIR}/KPropertyCoreQCHTargets.cmake")
0025 
0026 set_package_properties(KPropertyCore PROPERTIES
0027    DESCRIPTION "A property editing framework (core)"
0028    URL "https://community.kde.org/KProperty")
0029 
0030 # "public" variables:
0031 # TODO