summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-01-19 15:36:28 +0100
committerThomas Zander <t.zander@nokia.com>2010-01-19 15:37:49 +0100
commitd609f7d1963e06d05fa6f7e4a098a304a177bc68 (patch)
tree147bd5a8e1e00dff0c805fab75af5d37b55d9919 /mkspecs/symbian
parent62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369 (diff)
Fix compilation of apps outside of Qt
Symbian SDK has all headers twice in two dirs, which have to be in the include path in the right order for stuff to compile. Make sure we have the proper dir first.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r--mkspecs/symbian/linux-armcc/features/qt.prf6
1 files changed, 5 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/qt.prf b/mkspecs/symbian/linux-armcc/features/qt.prf
index 04371f9d6c..f8a074d20c 100644
--- a/mkspecs/symbian/linux-armcc/features/qt.prf
+++ b/mkspecs/symbian/linux-armcc/features/qt.prf
@@ -1,7 +1,11 @@
QMAKE_LIBDIR_QT += $${EPOCROOT}epoc32/release/armv5/lib
QMAKE_LIBDIR_QT *= $$(RVCT22LIB)
-INCLUDEPATH *= $${EPOCROOT}epoc32/include $${EPOCROOT}epoc32/include/rvct2_2 $${EPOCROOT}epoc32/include/variant $${EPOCROOT}epoc32/include/stdapis $${EPOCROOT}epoc32/include/stdapis/stlport
+INCLUDEPATH = $${EPOCROOT}epoc32/include \
+ $${EPOCROOT}epoc32/include/rvct2_2 \
+ $${EPOCROOT}epoc32/include/variant \
+ $${EPOCROOT}epoc32/include/stdapis \
+ $$INCLUDEPATH
DEFINES *= __PRODUCT_INCLUDE__=$${EPOCROOT}epoc32/include/variant/symbian_os.hrh