summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 59fcce66f..536fcad5c 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -17,6 +17,10 @@ SUBDIRS += core \
webengine_plugin \
webengine_experimental_plugin
+# FIXME: We probably want a bit more control over config options to tweak what to build/ship or not.
+# Another example of where this could be necessary is to make it easy to build proprietery codecs support.
+!contains(WEBENGINE_CONFIG, no_ui_delegates): SUBDIRS += webengine/ui
+
qtHaveModule(widgets) {
SUBDIRS += webenginewidgets
}