CMake: Fix running qt-configure-module without arguments
We need to make sure to create a config.opt file, even if it's empty. This is the same fix we did for the .bat file in dad9550305831784f124c44d08e1e20983415bda. Change-Id: I79c507cfe0f9517d3033a773d3a5cf69eb13cfe6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
736408880b
commit
da9e22f029
@ -21,7 +21,7 @@ if [ ! -f "$module_root/CMakeLists.txt" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
optfile=config.opt
|
optfile=config.opt
|
||||||
if [ -f "$optfile" ]; then rm "$optfile"; fi
|
echo > "$optfile"
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
echo $arg >> "$optfile"
|
echo $arg >> "$optfile"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user