File: KF5AtticaConfig.cmake.in

package info (click to toggle)
attica-kf5 5.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,072 kB
  • sloc: cpp: 9,197; sh: 14; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
@PACKAGE_INIT@

# Required components to use this framework
find_dependency(Qt5Core "@REQUIRED_QT_VERSION@")
find_dependency(Qt5Network "@REQUIRED_QT_VERSION@")

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