File: KF5FrameworkIntegrationConfig.cmake.in

package info (click to toggle)
frameworkintegration 5.78.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,180 kB
  • sloc: cpp: 774; sh: 29; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(KF5ConfigWidgets "@KF5_DEP_VERSION@")
find_dependency(KF5IconThemes "@KF5_DEP_VERSION@")

include("${CMAKE_CURRENT_LIST_DIR}/KF5FrameworkIntegrationTargets.cmake")