summaryrefslogtreecommitdiffstats
path: root/src/angle
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-03-10 13:33:17 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-03-17 11:05:16 +0100
commit0dcdfc1ee4238afc075a249e0ec5b8b198681fda (patch)
treefcbe762eb4051c09c30255c4d6ca2c434c0f01a6 /src/angle
parent165de1002719175c75df61913d36c2189538a84b (diff)
src\angle\src\config.pri: remove references to gnuwin32
gnuwin32 repository was removed from Qt 6 in f96355679. If we don't do this, it could look for the wrong version of flex. Done-with: Andy Shaw <andy.shaw@qt.io> Change-Id: I15cd68ceb17c33dfc6316a469bca706100bfce60 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/angle')
-rw-r--r--src/angle/src/config.pri8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/angle/src/config.pri b/src/angle/src/config.pri
index af53d4c621..c64a59a91f 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -12,14 +12,6 @@ isEmpty(ANGLE_DIR) {
error("$$ANGLE_DIR does not contain ANGLE")
}
-equals(QMAKE_HOST.os, Windows) {
- gnutools.value = $$absolute_path(../../../../gnuwin32/bin)
- exists($$gnutools.value/gperf.exe) {
- gnutools.name = PATH
- gnutools.CONFIG = always_prepend
- }
-}
-
defineReplace(addGnuPath) {
gnuPath = $$1
!isEmpty(gnuPath):!isEmpty(gnutools.name) {