diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-24 19:00:28 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-24 19:00:28 (GMT) |
commit | dffbcfb0adcad91f959a47edfdb5dd623c803306 (patch) | |
tree | da50d6f40cfe2a34a1ead07f298872bd744ea2f8 /configure | |
parent | 960c0a8661e3df311a85075b0ff610c4031c6012 (diff) | |
download | Qt-dffbcfb0adcad91f959a47edfdb5dd623c803306.zip Qt-dffbcfb0adcad91f959a47edfdb5dd623c803306.tar.gz Qt-dffbcfb0adcad91f959a47edfdb5dd623c803306.tar.bz2 |
Re-disable QtConcurrent build with Sun CC 5.9.
QtCore compiled, but of course that means very little since most of
QtConcurrent's problems are in the template code, which isn't
instantiated inside QtCore. Examples and tests all failed to build...
I'm almost done getting it to work with that compiler, but it will
take me a little more time. I'm refactoring a bit of the QtConcurrent
code, so that things compile more smoothly, using partial template
specialisation.
To be on the safe side, re-disable for xlC 7 too.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6116,6 +6116,7 @@ case "$XPLATFORM" in ;; 5.9) canBuildWebKit="no" + canBuildQtConcurrent="no" ;; esac ;; @@ -6158,6 +6159,7 @@ EOF ;; *) canBuildWebKit="no" + canBuildQtConcurrent="no" ;; esac ;; |