Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-107524

No qt6-qtwebengine-devel package in Fedora repos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 6.3.0, 6.4.0
    • WebEngine
    • None
    • Linux/Wayland, Linux/X11, Linux/Other display system

    Description

      In Fedora 35 & Fedora 37 (and should be in all others), I can't compile the following code:

      #include <QApplication>
      #include <QWebEngineView>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QWebEngineView w;
          w.resize(600, 400);
          w.show();
          return a.exec();
      }
      

      The problem is 'QWebEngineView' file not found. That contradicts the docs on QWebEngineView Class. The OS is apparently missing qt6-qtwebengine, but there is nothing like that in the repos.

      Edit. I do understand that I can use the Qt online installer. However, this makes another Qt copy in the system, that's not desirable.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            stsav012 Anton Yablokov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes