File: KF5ModemManagerQtConfig.cmake.in

package info (click to toggle)
modemmanager-qt 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,572 kB
  • sloc: cpp: 11,885; xml: 506; sh: 14; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

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


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