Warning, /office/kmymoney/3rdparty/ext_phonon/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ExternalProject_Add(
0002     ext_phonon
0003     DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0004     URL https://download.kde.org/stable/phonon/4.10.1/phonon-4.10.1.tar.xz
0005     URL_MD5 edb9ab608c7b74b4f0f10ebcf53e050d
0006 
0007     CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0008                -DPHONON_BUILD_PHONON4QT5=ON
0009 )