1@PACKAGE_INIT@
2
3include(CMakeFindDependencyMacro)
4
5find_dependency(KF5CalendarCore "@KF5_MIN_VERSION@")
6find_dependency(KF5Contacts "@KF5_MIN_VERSION@")
7
8if (@KGAPI_KF5_COMPAT@)
9    message(WARNING "\n"
10                    "************* DEPRECATION WARNING *************\n"
11                    "Using find_package(KF5GAPI) and KF5::GAPI* targets is deprecated. "
12                    "Please use find_package(KPimGAPI) and KPim::GAPI* instead. This backwards "
13                    "compatibility will be removed in the next major version.\n"
14                    "***********************************************\n")
15endif()
16
17include("${CMAKE_CURRENT_LIST_DIR}/KPimGAPITargets.cmake")
18
19