From 0dcdfc1ee4238afc075a249e0ec5b8b198681fda Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 10 Mar 2020 13:33:17 +0100 Subject: 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 Change-Id: I15cd68ceb17c33dfc6316a469bca706100bfce60 Reviewed-by: Oliver Wolff Reviewed-by: Liang Qi --- src/angle/src/config.pri | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3