Warning, /plasma/kdeplasma-addons/applets/webbrowser/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(Qt5WebEngine ${QT_MIN_VERSION} CONFIG)
0002 
0003 set_package_properties(Qt5WebEngine PROPERTIES
0004     PURPOSE "Needed by the web browser applet"
0005     URL "https://doc.qt.io/qt-5/qtwebengine-index.html"
0006     TYPE OPTIONAL
0007 )
0008 
0009 if (Qt5WebEngine_FOUND)
0010 
0011 plasma_install_package(package org.kde.plasma.webbrowser)
0012 
0013 endif()