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

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