diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-09-16 13:58:37 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-09-16 14:04:29 (GMT) |
commit | 35bc104729abf2653a23618603b55e2c316a870f (patch) | |
tree | 86c8f3008ab1ec248ec57394873e3aeb4c3045ea | |
parent | b6e8943592ec6b2cbc619c35ca90feded0e1e87b (diff) | |
download | Qt-35bc104729abf2653a23618603b55e2c316a870f.zip Qt-35bc104729abf2653a23618603b55e2c316a870f.tar.gz Qt-35bc104729abf2653a23618603b55e2c316a870f.tar.bz2 |
Ensure building of WebKit and QtConcurrent are disabled with SunCC.
As there are versions of SunCC > 5.9
Reviewed-by: TrustMe
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7051,7 +7051,7 @@ case "$XPLATFORM" in canBuildQtXmlPatterns="no" canBuildQtConcurrent="no" ;; - 5.9) + 5.*) canBuildWebKit="no" canBuildQtConcurrent="no" ;; |