Commit 5cbea549 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by Jani Heikkinen
Browse files

enable example installs for all modules


so far, each module had to do it in its .qmake.conf. by now, all modules
have been adjusted to the expected structure, so we can enable it
centrally.

Change-Id: I16b4e7581e51bfc54e71d2f7f852858ae0b47281
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Showing with 1 addition and 1 deletion
load(qt_build_config) load(qt_build_config)
CONFIG += qt_example_installs
CONFIG += warning_clean CONFIG += warning_clean
QT_SOURCE_TREE = $$PWD QT_SOURCE_TREE = $$PWD
......
...@@ -71,6 +71,7 @@ CONFIG += \ ...@@ -71,6 +71,7 @@ CONFIG += \
create_prl link_prl \ create_prl link_prl \
prepare_docs qt_docs_targets \ prepare_docs qt_docs_targets \
no_private_qt_headers_warning QTDIR_build \ no_private_qt_headers_warning QTDIR_build \
qt_example_installs \
# Qt modules get compiled without exceptions enabled by default. # Qt modules get compiled without exceptions enabled by default.
# However, testcases should be still built with exceptions. # However, testcases should be still built with exceptions.
exceptions_off testcase_exceptions exceptions_off testcase_exceptions
......
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