Warning, /frameworks/attica/KF6AtticaConfig.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(Qt6Core @REQUIRED_QT_VERSION@)
0006 find_dependency(Qt6Network @REQUIRED_QT_VERSION@)
0007 
0008 include("${CMAKE_CURRENT_LIST_DIR}/KF6AtticaTargets.cmake")
0009 @PACKAGE_INCLUDE_QCHTARGETS@