summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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) {