summaryrefslogtreecommitdiffstats
path: root/bin/qt-configure-module.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qt-configure-module.in')
-rwxr-xr-xbin/qt-configure-module.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qt-configure-module.in b/bin/qt-configure-module.in
index 690fc014782..0c4e4f77a67 100755
--- a/bin/qt-configure-module.in
+++ b/bin/qt-configure-module.in
@@ -73,7 +73,7 @@ qt_cmake_private_path="$script_dir_path/../@INSTALL_LIBEXECDIR@"
fresh_requested_arg=
if [ -z "$optfile" ]; then # only write optfile if not currently redoing
- > "$opttmpfilepath"
+ cp "$script_dir_path/@__GlobalConfig_relative_path_from_bin_dir_to_cmake_config_dir@/@side_car_file_name@" "$opttmpfilepath"
> "$redotmpfilepath"
for arg in "$@"; do echo \"$arg\" >> "$opttmpfilepath"; done