Merge "Add QT_CONFIGURE_RUNNING variable for configure.cmake files"

bb10
Joerg Bornemann 2021-01-08 16:36:36 +01:00 committed by Qt CI Bot
commit 84d89dec2b
1 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,10 @@ function(qt_commandline_assignment var internal_var)
set(commandline_nr_of_assignments ${n} PARENT_SCOPE)
endfunction()
# Check the following variable in configure.cmake files to guard code that is not covered by the
# stub functions above.
set(QT_CONFIGURE_RUNNING ON)
####################################################################################################
# Load qt_cmdline.cmake files