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

Qt 5.2's WebKit does not support plugin on Mac OS X

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.2.1
    • 5.2.0
    • WebKit
    • None
    • macOS
    • d92f0c4f34bed79d8296126016330c9df138c54b

    Description

      Qt 5.2's QWebView does not support plugin. Because not PluginPackageMac.cpp but PluginPackageNone.cpp is used.

      The following description was added  qtwebkit/Tools/qmake/mkspecs/features/unix/default_pre.prf of Qt 5.2.

      # If Qt is configured with embedded or QPA we set a convenience config
      # flag that can be used to test for either of these situations.
      contains(QT_CONFIG, qpa)|contains(QT_CONFIG, embedded): CONFIG += embedded

      QT_CONFIG contains qpa on Mac OS X, So QtWebkit's config contain embedded flag.

      PluginPackageNone.cpp is used with embedded flag by qtwebkit/Tools/qmake/mkspecs/features/features.prf

      Attachments

        Issue Links

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

          Activity

            People

              allan.jensen Allan Sandfeld Jensen
              hermit4 Shingo Ishida
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes