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

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

XMLWordPrintable

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

      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

        For Gerrit Dashboard: QTBUG-35899
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes