diff options
author | axis <qt-info@nokia.com> | 2010-07-22 14:31:37 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-22 14:36:37 (GMT) |
commit | 3949e198e991d81061696e153309c113b95aa49c (patch) | |
tree | 075c42794c5ce73c2e080c6f2df9365ce1d4a487 /configure | |
parent | ee95770c89306ee5c2fb00c95dfc51f96c384049 (diff) | |
download | Qt-3949e198e991d81061696e153309c113b95aa49c.zip Qt-3949e198e991d81061696e153309c113b95aa49c.tar.gz Qt-3949e198e991d81061696e153309c113b95aa49c.tar.bz2 |
Automatically disabled unsupported modules for certain compilers.
RevBy: Trust me
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7080,6 +7080,13 @@ EOF canBuildWebKit="no" canBuildQtConcurrent="no" ;; + symbian/*-gcce) + canBuildWebKit="no" + canBuildQtConcurrent="no" + ;; + symbian/*-armcc) + canBuildQtConcurrent="no" + ;; esac if [ "$CFG_GUI" = "no" ]; then |