Fix developer build
The -developer-build had not the desired effect anymore.
That argument must not be hidden from the feature logic.
This amends commit d5c3e1336b.
Change-Id: I96562ea2df43ba7de002e705f28c7cc7edb4a589
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
bb10
parent
ee05af296f
commit
23e6eb53f3
|
|
@ -93,6 +93,8 @@ while(NOT "${configure_args}" STREQUAL "")
|
|||
push("-DINSTALL_MKSPECSDIR=${path}")
|
||||
elseif(arg STREQUAL "-developer-build")
|
||||
set(developer_build TRUE)
|
||||
# Treat this argument as "unhandled" to process it further.
|
||||
set_property(GLOBAL APPEND PROPERTY UNHANDLED_ARGS "${arg}")
|
||||
elseif(arg STREQUAL "-cmake-file-api")
|
||||
set(cmake_file_api TRUE)
|
||||
elseif(arg STREQUAL "-no-cmake-file-api")
|
||||
|
|
|
|||
Loading…
Reference in New Issue