summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index ac68f3ce4b..9ab3834cf8 100755
--- a/configure
+++ b/configure
@@ -1886,14 +1886,6 @@ config.input.qt_licheck = $Licheck
config.input.qt_release_date = $ReleaseDate
EOF
-# create a clean qmodule/qconfig.pri for running the tests
-# .qmake.cache loads qt_build_parts which requires that qmodule.pri exists
-for arg in qconfig qmodule; do
- file="$outpath/mkspecs/$arg.pri"
- [ ! -f "$file.old" ] && [ -f "$file" ] && mv "$file" "$file.old"
- : > "$file"
-done
-
# recreate command line for qmake
set -f
SAVED_IFS=$IFS
@@ -1909,17 +1901,6 @@ IFS=$SAVED_IFS
$CFG_QMAKE_PATH -o Makefile.cfg -qtconf "$QTCONFFILE" $relpath/configure.pri -- "$@" || exit 101
rm Makefile.cfg
-# Re-use old file if unchanged, to avoid needless rebuilds
-for arg in qconfig qmodule; do
- file="$outpath/mkspecs/$arg.pri"
- if cmp -s "$file" "$file.old"; then
- rm -f "$file"
- mv "$file.old" "$file"
- else
- rm -f "$file.old"
- fi
-done
-
#-------------------------------------------------------------------------------
# give feedback on configuration
#-------------------------------------------------------------------------------