| Summary: | Web browser is not listed in widget explorer | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | Fushan Wen <qydwhotmail> |
| Component: | Web Browser | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | alexander.lohnau, nate |
| Priority: | NOR | Keywords: | qt6, regression |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fushan Wen
2023-10-11 01:49:05 UTC
Hmm, I see it. 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.
Indeed, I need to install cmake(Qt6WebEngineQuick) |