summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-03-23 09:38:14 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-03-23 09:42:32 (GMT)
commit069853c579f57177f83e5d98aca3cfd5ac809961 (patch)
tree1f05abe828833128fdceeef064b944e9e06f69a9 /mkspecs
parent54f2244555793ca5a20c1a54aacd38bd0fc98a83 (diff)
downloadQt-069853c579f57177f83e5d98aca3cfd5ac809961.zip
Qt-069853c579f57177f83e5d98aca3cfd5ac809961.tar.gz
Qt-069853c579f57177f83e5d98aca3cfd5ac809961.tar.bz2
More fool proof way for finding these headers
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/symbian/qt.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/qt.prf b/mkspecs/features/symbian/qt.prf
index 2dc614f..0d2e6eb 100644
--- a/mkspecs/features/symbian/qt.prf
+++ b/mkspecs/features/symbian/qt.prf
@@ -43,5 +43,5 @@ isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 0x020000 0x800000
# Workaround for the fact that Gnupoc and Symbian chose different approaches to
# the letter casing of headers.
contains(CONFIG, is_using_gnupoc) {
- INCLUDEPATH += $$[QT_INSTALL_PREFIX]/mkspecs/common/symbian/header-wrappers
+ INCLUDEPATH += $$QMAKESPEC/../../common/symbian/header-wrappers
}