From dffbcfb0adcad91f959a47edfdb5dd623c803306 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 24 Jul 2009 21:00:28 +0200 Subject: 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. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 4b75a75..5faa451 100755 --- a/configure +++ b/configure @@ -6116,6 +6116,7 @@ case "$XPLATFORM" in ;; 5.9) canBuildWebKit="no" + canBuildQtConcurrent="no" ;; esac ;; @@ -6158,6 +6159,7 @@ EOF ;; *) canBuildWebKit="no" + canBuildQtConcurrent="no" ;; esac ;; -- cgit v0.12