Commit f2fb23f2 authored by Simon Hausmann's avatar Simon Hausmann Committed by Pierre Rossi
Browse files

Make sure examples are always built


When building against Qt 5 release binaries, QT_BUILD_PARTS does not include
examples. However we want to unconditionally build examples, until we become
part of the Qt 5 module set.

Change-Id: Ic51d105295797e80052e3808613fc16cec709773
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
No related merge requests found
Showing with 7 additions and 0 deletions
load(qt_build_config)
# As long as we are a module separate from the rest of Qt, we want to unconditionally build examples.
# Once part of Qt 5, this should be removed and we should respect the Qt wide configuration.
QTWEBENGINE_BUILD_PARTS = $$QT_BUILD_PARTS
QTWEBENGINE_BUILD_PARTS *= examples
load(qt_parts) load(qt_parts)
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