summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/qmake/mkspecs/features/default_pre.prf3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/qmake/mkspecs/features/default_pre.prf b/Tools/qmake/mkspecs/features/default_pre.prf
index ce97df429..2397c54aa 100644
--- a/Tools/qmake/mkspecs/features/default_pre.prf
+++ b/Tools/qmake/mkspecs/features/default_pre.prf
@@ -106,10 +106,7 @@ if(win32|mac):!macx-xcode {
contains(QT_CONFIG, build_all): CONFIG += build_all
}
-# A newer version of flex is required on Windows. At the moment the only
-# one that appears to provide binaries and is not cygwin is winflex.
FLEX = flex
-equals(QMAKE_HOST.os, Windows): FLEX = win_flex
BIN_EXTENSION =
win32: BIN_EXTENSION = .exe