Warning, /frameworks/attica/KF5AtticaConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 # Required components to use this framework
0004 include(CMakeFindDependencyMacro)
0005 find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@)
0006 find_dependency(Qt@QT_MAJOR_VERSION@Network @REQUIRED_QT_VERSION@)
0007 
0008 include("${CMAKE_CURRENT_LIST_DIR}/KF5AtticaTargets.cmake")
0009 @PACKAGE_INCLUDE_QCHTARGETS@