summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-01-19 14:36:28 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-01-19 14:37:49 (GMT)
commitd609f7d1963e06d05fa6f7e4a098a304a177bc68 (patch)
tree147bd5a8e1e00dff0c805fab75af5d37b55d9919
parent62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369 (diff)
downloadQt-d609f7d1963e06d05fa6f7e4a098a304a177bc68.zip
Qt-d609f7d1963e06d05fa6f7e4a098a304a177bc68.tar.gz
Qt-d609f7d1963e06d05fa6f7e4a098a304a177bc68.tar.bz2
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.
-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 04371f9..f8a074d 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