summaryrefslogtreecommitdiff
path: root/mkspecs/symbian/linux-gcce/qmake.conf
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-03-08 13:43:08 +0100
committerThomas Zander <t.zander@nokia.com>2010-03-09 12:59:26 +0100
commitc6333338b900f0571428af84f1da74aa9dfb1a80 (patch)
treeda6764e2fe6b283bd3894a71665ac4c85faee9f0 /mkspecs/symbian/linux-gcce/qmake.conf
parentaaf189b084f524c6e4230fddb25b8494364d83e9 (diff)
downloadqt4-tools-c6333338b900f0571428af84f1da74aa9dfb1a80.tar.gz
Make sure that we have all compile flags available always
Users may do a CONFIG -= qt which means that the qt.prf won't be loaded. So, lets make sure we don't have any critical properties in those files.
Diffstat (limited to 'mkspecs/symbian/linux-gcce/qmake.conf')
-rw-r--r--mkspecs/symbian/linux-gcce/qmake.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-gcce/qmake.conf b/mkspecs/symbian/linux-gcce/qmake.conf
index 3eb6d56b00..0d81693251 100644
--- a/mkspecs/symbian/linux-gcce/qmake.conf
+++ b/mkspecs/symbian/linux-gcce/qmake.conf
@@ -56,7 +56,7 @@ DEFINES += __GCCE__ \
QMAKE_LFLAGS_APP += --entry _E32Startup
QMAKE_LFLAGS_SHLIB += --default-symver
-gcceExtraFlags = -I${EPOCROOT}epoc32/include/ --include=${EPOCROOT}epoc32/include/gcce/gcce.h -march=armv5t -mapcs -mthumb-interwork -nostdinc -c -fvisibility-inlines-hidden -msoft-float -T script
+gcceExtraFlags = --include=${EPOCROOT}epoc32/include/gcce/gcce.h -march=armv5t -mapcs -mthumb-interwork -nostdinc -c -fvisibility-inlines-hidden -msoft-float -T script
QMAKE_CFLAGS += $${gcceExtraFlags}
QMAKE_CXXFLAGS += $${gcceExtraFlags} -x c++ -fexceptions -fno-unit-at-a-time
@@ -78,3 +78,14 @@ 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 \
+ $$INCLUDEPATH
+