diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2010-02-19 14:55:45 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2010-02-19 15:06:53 (GMT) |
commit | 54ac311352fd69e05481b739ddd2c937f4e7b858 (patch) | |
tree | abd15c7bcc58ac61c7b1d554af4cbb0219995a5b | |
parent | 0a7816943b11bb0338ee2cf880382825185058b4 (diff) | |
download | Qt-54ac311352fd69e05481b739ddd2c937f4e7b858.zip Qt-54ac311352fd69e05481b739ddd2c937f4e7b858.tar.gz Qt-54ac311352fd69e05481b739ddd2c937f4e7b858.tar.bz2 |
work around the current include file structure on Symbian^3
Reviewed-By: Iain
-rw-r--r-- | src/qbase.pri | 4 |
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 |