File: KF5CodecsConfig.cmake.in

package info (click to toggle)
kcodecs 5.116.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,796 kB
  • sloc: cpp: 9,641; sh: 14; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@)

# Cannot use Qt6::Core5Compat as it won't be defined at the time this file is used
if(TARGET Qt6::Core)
    find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)
endif()


include("${CMAKE_CURRENT_LIST_DIR}/KF5CodecsTargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@