Remove last traces of QT_BUILD_EXAMPLES
Amends dc1dd51af3
Task-number: QTBUG-84471
Change-Id: Ia525398aea4d90ac57c0f567ac8b48bf5ce80fa1
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
44282b450b
commit
7b15417b53
@ -144,15 +144,7 @@ unset(qt_no_make_tools_default)
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
|
||||
# Set up building of examples.
|
||||
set(QT_BUILD_EXAMPLES OFF)
|
||||
# Examples are not built by default with qmake for iOS and friends, and thus the overall build
|
||||
# tends to fail. Disable them by default when targeting uikit.
|
||||
if(UIKIT OR ANDROID)
|
||||
set(QT_BUILD_EXAMPLES OFF)
|
||||
endif()
|
||||
|
||||
option(BUILD_EXAMPLES "Build Qt examples" ${QT_BUILD_EXAMPLES})
|
||||
option(BUILD_EXAMPLES "Build Qt examples" OFF)
|
||||
option(QT_NO_MAKE_EXAMPLES "Should examples be built as part of the default 'all' target." OFF)
|
||||
|
||||
# Build Benchmarks
|
||||
|
Loading…
Reference in New Issue
Block a user