https://bugs.kde.org/show_bug.cgi?id=475451

--- Comment #2 from Alexander Lohnau <alexander.loh...@gmx.de> ---
find_package(Qt6WebEngineQuick ${QT_MIN_VERSION} CONFIG)
set_package_properties(Qt6WebEngine PROPERTIES
    PURPOSE "Needed by the web browser applet"
    URL "https://doc.qt.io/qt-5/qtwebengine-index.html";
    TYPE OPTIONAL
)
if (Qt6WebEngineQuick_FOUND)
plasma_install_package(package org.kde.plasma.webbrowser)
endif()

Stupid question: You sure the package is found? I don't have it on my setup.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to