summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-21 16:27:08 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-22 20:47:10 +0200
commit115ead8fe463606aafc82641425423337053af2b (patch)
tree984ef22efb095eb04077d59df9116d55b78d9668 /bin
parentda9e22f029409aa32631328955abf95974faa952 (diff)
CMake: Remove superfluous del call in qt-configure-module.bat
We're ensuring its existence right in the next line. Change-Id: If7a55511c9ef839a9f9ae70a7928b58ad768ae65 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'bin')
-rw-r--r--bin/qt-configure-module.bat.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/qt-configure-module.bat.in b/bin/qt-configure-module.bat.in
index 05efc1c0a4..72d3a460bf 100644
--- a/bin/qt-configure-module.bat.in
+++ b/bin/qt-configure-module.bat.in
@@ -17,7 +17,6 @@ if not exist "%module_root%\CMakeLists.txt" (
exit /b 1
)
-if exist "config.opt" del "config.opt"
echo. > "config.opt"
set first_iteration=indeed
for %%a in (%*) do (