aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/QtIRCommandLineHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtIRCommandLineHelpers.cmake')
-rw-r--r--cmake/QtIRCommandLineHelpers.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtIRCommandLineHelpers.cmake b/cmake/QtIRCommandLineHelpers.cmake
index 465a994b..65c5d6aa 100644
--- a/cmake/QtIRCommandLineHelpers.cmake
+++ b/cmake/QtIRCommandLineHelpers.cmake
@@ -244,6 +244,7 @@ endfunction()
# Reads the command line arguments from the optfile_path.
function(qt_ir_get_raw_args_from_optfile optfile_path out_var)
file(STRINGS "${optfile_path}" args)
+ qt_ir_escape_semicolons(args "${args}")
set(${out_var} "${args}" PARENT_SCOPE)
endfunction()