diff options
author | axis <qt-info@nokia.com> | 2009-12-11 19:09:22 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-12-11 19:09:22 (GMT) |
commit | c194e9b1df887c5106413bf5f9c8eba42cb9af05 (patch) | |
tree | 35fd8b4f15387ce2a9192e19acb0167ad25f00a1 /configure | |
parent | 0ee77b86b383d741069e7e9d534c3be399173243 (diff) | |
download | Qt-c194e9b1df887c5106413bf5f9c8eba42cb9af05.zip Qt-c194e9b1df887c5106413bf5f9c8eba42cb9af05.tar.gz Qt-c194e9b1df887c5106413bf5f9c8eba42cb9af05.tar.bz2 |
Disabled Qt3Support on Symbian.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5959,9 +5959,9 @@ case "$PLATFORM,$CFG_MAC_COCOA" in ;; esac -# disable Qt 3 support on VxWorks +# disable Qt 3 support on VxWorks and Symbian case "$XPLATFORM" in - unsupported/vxworks*) + unsupported/vxworks*|symbian*) CFG_QT3SUPPORT="no" ;; esac |