summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-04 10:35:54 (GMT)
committeraxis <qt-info@nokia.com>2011-03-04 10:35:54 (GMT)
commit38e094fd2b333e960ca76cf9c86429ec29a07a29 (patch)
tree11ed65ca13df4e9fddcf8f49782a198b7842b0e6 /mkspecs/features/symbian
parent2ad80c0149477a6ca7dd69a7243c2055d208c98d (diff)
downloadQt-38e094fd2b333e960ca76cf9c86429ec29a07a29.zip
Qt-38e094fd2b333e960ca76cf9c86429ec29a07a29.tar.gz
Qt-38e094fd2b333e960ca76cf9c86429ec29a07a29.tar.bz2
Unified the usage of $${EPOCROOT} for symbian.
RevBy: Miikka Heikkinen Conflicts: mkspecs/symbian-gcce/qmake.conf
Diffstat (limited to 'mkspecs/features/symbian')
-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
}
}