summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2010-02-19 14:55:45 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2010-02-19 15:06:53 (GMT)
commit54ac311352fd69e05481b739ddd2c937f4e7b858 (patch)
treeabd15c7bcc58ac61c7b1d554af4cbb0219995a5b /src/qbase.pri
parent0a7816943b11bb0338ee2cf880382825185058b4 (diff)
downloadQt-54ac311352fd69e05481b739ddd2c937f4e7b858.zip
Qt-54ac311352fd69e05481b739ddd2c937f4e7b858.tar.gz
Qt-54ac311352fd69e05481b739ddd2c937f4e7b858.tar.bz2
work around the current include file structure on Symbian^3
Reviewed-By: Iain
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index db55365..6f2dfa4 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -108,6 +108,10 @@ symbian {
}
}
load(armcc_warnings)
+
+ # workaround for the fact that some of our required includes in Symbian^3
+ # now depend upon files in epoc32/include/platform
+ INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE
}
win32-borland:INCLUDEPATH += kernel