summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-03-30 16:28:36 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-03-30 16:48:36 (GMT)
commitc9175338b3e2f4cf05e1d6cd5a518a06c4bb08a6 (patch)
treeaffc5aeeb81e2297c6dee98cad8a955b534685b5 /mkspecs
parent50ee99bc155e45bb06bffb849a73ff0c3f81c9a9 (diff)
downloadQt-c9175338b3e2f4cf05e1d6cd5a518a06c4bb08a6.zip
Qt-c9175338b3e2f4cf05e1d6cd5a518a06c4bb08a6.tar.gz
Qt-c9175338b3e2f4cf05e1d6cd5a518a06c4bb08a6.tar.bz2
Fix out-of-source symbian build for external apps
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 bcb2867..9fc9814 100644
--- a/mkspecs/features/symbian/qt.prf
+++ b/mkspecs/features/symbian/qt.prf
@@ -47,5 +47,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 += $$QMAKESPEC/../../common/symbian/header-wrappers
+ INCLUDEPATH += $${PWD}/../../common/symbian/header-wrappers
}