File: KF5EmoticonsConfig.cmake.in

package info (click to toggle)
kemoticons 5.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,900 kB
  • sloc: xml: 7,541; cpp: 2,009; sh: 27; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)

find_dependency(KF5Service "@KF5_DEP_VERSION@")

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