summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/plugins/qwebengineview/qwebengineview_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Qt Designer: Enable QWebEngineView for all Graphics APIsAnu Aliyas2023-07-271-8/+0
| | | | | | | | | | | -Change qtdeclarative/a184f2e0abfa0daf9190b72901208373dd5c1f79 enables QQuickWidget to be used with all Graphics APIs. -Removed the exclusion introduced by QTBUG-100285 Pick-to: 6.6 6.5 Fixes: QTBUG-113512 Change-Id: Ib2c381cad021804e41e646b08196314960e480a6 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I869ffda1080e283f231eb0dc4477b260f2054d99 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* QWebEngineView Designer plugin: Fix crash on Windows when using D3D11Friedemann Kleint2022-01-311-0/+9
| | | | | | | | | | Disable the plugin for non-OpenGL graphics API similar to qttools/482125b15648944d18ae120644f9ffe11b327ff2 for QQuickWidget. Pick-to: 6.3 6.2 Fixes: QTBUG-100285 Change-Id: Icea3d81c97ef043e953334b134ba632a9daa13a5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add desginer plugin to cmake buildMichal Klocek2021-09-011-0/+137
Fixes: QTBUG-95668 Pick-to: 6.2 Change-Id: If3613043bfad00871b847c57a3e0961a67cec89b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>