summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-05-25 15:09:33 +0200
committerLiang Qi <liang.qi@nokia.com>2011-05-25 15:14:45 +0200
commit9663956626fe95ace6baa4cf0ba30898a88147a7 (patch)
treeae0166b5b15f7df20607ae4b3d2e9dfbde07e5e5 /mkspecs
parentdb20b6c03b6a93ab3e483cd85d5d0a923c3d3430 (diff)
Update the detection of is_using_gnupoc for S3.
The akndoc.h was moved to epoc32/include/mw. Reviewed-By: axis
Diffstat (limited to 'mkspecs')
-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 82c18621b7..1afd22c187 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") | system("test -f $${EPOCROOT}epoc32/include/mw/akndoc.h") {
CONFIG += is_using_gnupoc
}
}