diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-19 20:08:08 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-19 20:08:08 (GMT) |
commit | 1a8fffa8cae5b4094adcd87bfc4cbc24599d7305 (patch) | |
tree | 2395a3bc3ba571b7a483f7cd1c86c6e9f0852dbc /src/qbase.pri | |
parent | e4094573595ba085ccbd9d968fa87e988c5bfc5b (diff) | |
parent | ee395a5b2f9e0d5f26884dbf40d06f3df7671282 (diff) | |
download | Qt-1a8fffa8cae5b4094adcd87bfc4cbc24599d7305.zip Qt-1a8fffa8cae5b4094adcd87bfc4cbc24599d7305.tar.gz Qt-1a8fffa8cae5b4094adcd87bfc4cbc24599d7305.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: (22 commits)
use egl properties when creating surfaces on symbian
work around the current include file structure on Symbian^3
Get rid of the dependency on the Symbian app layer
Fix incorrect license headers
Fix incorrect license headers
Supressed Icon sizes on QPushButton in QS60Style
Fixed libstdcpp.dll version autodetection for Symbian
Fixed linkage failure when building qmake on Unix platforms
Factored epocRoot implementation out of qmake
Factored readRegistryKey implementation out of qmake
ColorDialog is always shown as stripped-down version (for QVGA)
Virtual keyboard can't be closed anymore after tapping the text area
Revert "Factored readRegistryKey implementation out of qmake"
Revert "Factored epocRoot implementation out of qmake"
Pass QAudioDeviceInfo when creating audio input/output in examples
Symbian backend for QtMultimedia audio
Modified configure to detect SDK support for Symbian audio backend
Added implementation of epocRoot() function to configure
Removed duplicated implementation of readRegistryKeys from configure
Factored epocRoot implementation out of qmake
...
Diffstat (limited to 'src/qbase.pri')
-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 |