diff options
author | Liang Qi <liang.qi@nokia.com> | 2011-05-25 13:09:33 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2011-05-25 13:14:45 (GMT) |
commit | 9663956626fe95ace6baa4cf0ba30898a88147a7 (patch) | |
tree | ae0166b5b15f7df20607ae4b3d2e9dfbde07e5e5 /mkspecs/features | |
parent | db20b6c03b6a93ab3e483cd85d5d0a923c3d3430 (diff) | |
download | Qt-9663956626fe95ace6baa4cf0ba30898a88147a7.zip Qt-9663956626fe95ace6baa4cf0ba30898a88147a7.tar.gz Qt-9663956626fe95ace6baa4cf0ba30898a88147a7.tar.bz2 |
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/features')
-rw-r--r-- | mkspecs/features/symbian/qt_config.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/qt_config.prf b/mkspecs/features/symbian/qt_config.prf index 82c1862..1afd22c 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 } } |