summaryrefslogtreecommitdiffstats
path: root/src/angle/src/config.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-25 17:03:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-13 12:42:40 +0100
commit7f95a57844b58ffb0b5d219c23910da0530cc7cd (patch)
tree38d2c57a21eea4980eca4443cb8a0f5d3b1530e2 /src/angle/src/config.pri
parent93b155a8508d5a47e8cd8628940f93fc6335c24c (diff)
produce shorter/nicer source paths
Change-Id: Ia71410fdc6ee30192239e9c9efa716cfa811c13e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/angle/src/config.pri')
-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 4e52358205..fd9fe4cfff 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -3,7 +3,7 @@
ANGLE_DIR = $$(ANGLE_DIR)
isEmpty(ANGLE_DIR) {
- ANGLE_DIR = $$PWD/../../3rdparty/angle
+ ANGLE_DIR = $$absolute_path(../../3rdparty/angle)
} else {
!build_pass:message("Using external ANGLE from $$ANGLE_DIR")
}
@@ -13,7 +13,7 @@ isEmpty(ANGLE_DIR) {
}
win32 {
- GNUTOOLS_DIR=$$PWD/../../../../gnuwin32/bin
+ GNUTOOLS_DIR = $$absolute_path(../../../../gnuwin32/bin)
exists($$GNUTOOLS_DIR/gperf.exe) {
# Escape closing parens when expanding the variable, otherwise cmd confuses itself.
GNUTOOLS = "(set PATH=$$replace(GNUTOOLS_DIR, [/\\\\], $${QMAKE_DIR_SEP});%PATH:)=^)%)"