Commit aaac5fe1 authored by Michal Klocek's avatar Michal Klocek
Browse files

Add UI delegates configure option


Change-Id: Ib9d6c8842609c4c410ca65a35fefeab481f71cb2
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 12 additions and 2 deletions
...@@ -440,6 +440,10 @@ ...@@ -440,6 +440,10 @@
"section": "WebEngine", "section": "WebEngine",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"ui-delegates": {
"label": "UI Delegates",
"output": [ "privateFeature" ]
},
"webrtc": { "webrtc": {
"label": "WebRTC", "label": "WebRTC",
"purpose": "Provides WebRTC support.", "purpose": "Provides WebRTC support.",
......
include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri)
QT_FOR_CONFIG += webengine-private
TEMPLATE = subdirs TEMPLATE = subdirs
process.depends = core process.depends = core
...@@ -30,7 +33,7 @@ isQMLTestSupportApiEnabled() { ...@@ -30,7 +33,7 @@ isQMLTestSupportApiEnabled() {
SUBDIRS += webengine_testsupport_plugin SUBDIRS += webengine_testsupport_plugin
} }
!contains(WEBENGINE_CONFIG, no_ui_delegates) { qtConfig(ui-delegates) {
SUBDIRS += webengine/ui \ SUBDIRS += webengine/ui \
webengine/ui2 webengine/ui2
} }
......
include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri)
QT_FOR_CONFIG += webengine-private
TARGET = QtWebEngineWidgets TARGET = QtWebEngineWidgets
# For our export macros # For our export macros
...@@ -42,7 +45,7 @@ HEADERS = \ ...@@ -42,7 +45,7 @@ HEADERS = \
api/qwebengineview_p.h \ api/qwebengineview_p.h \
render_widget_host_view_qt_delegate_widget.h render_widget_host_view_qt_delegate_widget.h
!contains(WEBENGINE_CONFIG, no_ui_delegates) { qtConfig(ui-delegates) {
SOURCES += ui/messagebubblewidget.cpp SOURCES += ui/messagebubblewidget.cpp
HEADERS += ui/messagebubblewidget_p.h HEADERS += ui/messagebubblewidget_p.h
DEFINES += QT_UI_DELEGATES DEFINES += QT_UI_DELEGATES
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment