summaryrefslogtreecommitdiffstats
path: root/src/angle
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle')
-rw-r--r--src/angle/src/config.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/angle/src/config.pri b/src/angle/src/config.pri
index fd9fe4cfff..42764f921f 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -24,8 +24,8 @@ defineReplace(addGnuPath) {
unset(gnuPath)
gnuPath = $$1
!isEmpty(gnuPath):!isEmpty(GNUTOOLS) {
- eval(gnuPath = $${GNUTOOLS} && $$gnuPath)
- silent: eval(gnuPath = @echo generating sources from ${QMAKE_FILE_IN} && $$val_escape($$gnuPath))
+ gnuPath = $${GNUTOOLS} && $$gnuPath
+ silent: gnuPath = @echo generating sources from ${QMAKE_FILE_IN} && $$gnuPath
}
return($$gnuPath)
}