Warning, /libraries/kreport/autotests/headers/HeadersTestInclude.cmake is written in an unsupported language. File is not indexed.

0001 set(REQUIRED_QT_VERSION "5.3.0")
0002 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Widgets Xml PrintSupport)
0003 find_package(KF5 5.7.0 REQUIRED CoreAddons WidgetsAddons GuiAddons Config)
0004 find_package(KPropertyWidgets REQUIRED)
0005 find_package(KReport REQUIRED)
0006 set(LIB_INSTALL_DIR "lib")
0007 include(KDECMakeSettings NO_POLICY_SCOPE)
0008 include(KDECompilerSettings NO_POLICY_SCOPE)
0009 if(POLICY CMP0063) # Honor visibility properties for all target types (since cmake 3.3)
0010     cmake_policy(SET CMP0063 NEW)
0011 endif()
0012 if(POLICY CMP0071) # Don't warn when combining AUTOMOC with qt5_wrap_ui() or qt5_add_resources() (since cmake 3.10)
0013     cmake_policy(SET CMP0071 NEW)
0014 endif()