Commit 28acdd2a authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
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.

(cherry picked from commit f2fb23f2

)

Change-Id: I6239c3f9280c50f5418947f711924be59265c4ce
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
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)
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