Warning, /multimedia/amarok/cmake/modules/CheckQtGlib.cmake is written in an unsupported language. File is not indexed.

0001 set(CMAKE_REQUIRED_LIBRARIES Qt5::Core)
0002 check_cxx_source_compiles("
0003 #include <QtGlobal>
0004 int main()
0005 {
0006 #if defined(QT_NO_GLIB)
0007 #error \"Qt was compiled with Glib disabled\"
0008 #endif
0009 return 0;
0010 }" 
0011 QT5_GLIB_SUPPORT)
0012