summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-05-10 12:12:46 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-05-10 13:17:47 (GMT)
commitdc63ab9018b1a7db94e822e710346600a83a4bc6 (patch)
tree84e91a661312d82a12357333e37f063add54fee2 /mkspecs
parent20b7f5773777b8999f21f50e55b8f446a29fd976 (diff)
downloadQt-dc63ab9018b1a7db94e822e710346600a83a4bc6.zip
Qt-dc63ab9018b1a7db94e822e710346600a83a4bc6.tar.gz
Qt-dc63ab9018b1a7db94e822e710346600a83a4bc6.tar.bz2
Allow EPOCROOT env var to be without trailing slash.
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/symbian/linux-gcce/qmake.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/mkspecs/symbian/linux-gcce/qmake.conf b/mkspecs/symbian/linux-gcce/qmake.conf
index 57bb56a..faac2f1 100644
--- a/mkspecs/symbian/linux-gcce/qmake.conf
+++ b/mkspecs/symbian/linux-gcce/qmake.conf
@@ -83,13 +83,13 @@ for(line, QMAKE_GCC_SEARCH_DIRS) {
}
}
-QMAKE_LIBDIR += $${EPOCROOT}epoc32/release/armv5/lib
-
-INCLUDEPATH = ${EPOCROOT}epoc32/include/ \
- $${EPOCROOT}epoc32/include/variant \
- $${EPOCROOT}epoc32/include/stdapis \
- $${EPOCROOT}epoc32/include/gcce \
- ${EPOCROOT}epoc32/include/stdapis/sys \
- ${EPOCROOT}epoc32/include/stdapis/stlport \
+QMAKE_LIBDIR += $${EPOCROOT}/epoc32/release/armv5/lib
+
+INCLUDEPATH = ${EPOCROOT}/epoc32/include/ \
+ $${EPOCROOT}/epoc32/include/variant \
+ $${EPOCROOT}/epoc32/include/stdapis \
+ $${EPOCROOT}/epoc32/include/gcce \
+ ${EPOCROOT}/epoc32/include/stdapis/sys \
+ ${EPOCROOT}/epoc32/include/stdapis/stlport \
$$INCLUDEPATH