summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@digia.com>2009-09-28 11:52:38 (GMT)
committerJanne Koskinen <janne.p.koskinen@digia.com>2009-09-28 11:52:38 (GMT)
commite1c95146e889a33108a4b3013ba64a4d15414e87 (patch)
tree8c75f28c4c203fc2e730b738980301a6e1f7e974 /mkspecs
parent91f5404cdbe7cdf0521a257d6abf662b86c31986 (diff)
downloadQt-e1c95146e889a33108a4b3013ba64a4d15414e87.zip
Qt-e1c95146e889a33108a4b3013ba64a4d15414e87.tar.gz
Qt-e1c95146e889a33108a4b3013ba64a4d15414e87.tar.bz2
Webcore build break on Symbian fix
Prepending adds epoc32\include too early into generated systeminclude path search order causing Webcore build to break due to wrong animation.h header getting included. Reviewed-by: Jason Barron
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_functions.prf3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/features/qt_functions.prf b/mkspecs/features/qt_functions.prf
index 645aa3a..243a829 100644
--- a/mkspecs/features/qt_functions.prf
+++ b/mkspecs/features/qt_functions.prf
@@ -47,8 +47,7 @@ defineTest(qtAddLibrary) {
}
symbian*:isEqual(LIB_NAME, QtGui) {
# Needed for #include <QtGui> because qs60mainapplication.h includes aknapp.h
- INCLUDEPATH -= $$MW_LAYER_SYSTEMINCLUDE
- INCLUDEPATH = $$MW_LAYER_SYSTEMINCLUDE $$INCLUDEPATH
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
}
isEmpty(LINKAGE) {
CONFIG(debug, debug|release) {