summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/symbian/qt.prf')
-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
}