summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-11-18 09:15:34 (GMT)
committerLiang Qi <liang.qi@nokia.com>2010-11-18 09:25:43 (GMT)
commite15bb1372950de7141f9f980f36ffa8037a4d2a8 (patch)
tree731d616ce458dfd12a78af86be2f0b2a7ff50c1a /mkspecs/features
parent506c4285213c8da30f16a3b94b8e8ffdcab444e2 (diff)
downloadQt-e15bb1372950de7141f9f980f36ffa8037a4d2a8.zip
Qt-e15bb1372950de7141f9f980f36ffa8037a4d2a8.tar.gz
Qt-e15bb1372950de7141f9f980f36ffa8037a4d2a8.tar.bz2
Unified the usage of $${EPOCROOT} for symbian.
RevBy: Miikka Heikkinen
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/symbian/qt_config.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/qt_config.prf b/mkspecs/features/symbian/qt_config.prf
index 2f446dc..82c1862 100644
--- a/mkspecs/features/symbian/qt_config.prf
+++ b/mkspecs/features/symbian/qt_config.prf
@@ -3,7 +3,7 @@ load(qt_config)
!contains(QMAKE_HOST.os, "Windows") {
# Test for the existence of lower cased headers, a sign of using Gnupoc.
# Note that the qmake "exists" test won't do because it is case insensitive.
- system("test -f $${EPOCROOT}/epoc32/include/akndoc.h") {
+ system("test -f $${EPOCROOT}epoc32/include/akndoc.h") {
CONFIG += is_using_gnupoc
}
}