diff options
author | axis <qt-info@nokia.com> | 2011-02-25 12:31:27 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-25 14:05:26 (GMT) |
commit | 28f65d9b9003cec00c9cd66fb6c6354747ef7b2e (patch) | |
tree | 7b709636d034974f8fbc510434364c128186bb0a | |
parent | d69f9d40f1363c41ce78fdd1ced3bc44dc5e2505 (diff) | |
download | Qt-28f65d9b9003cec00c9cd66fb6c6354747ef7b2e.zip Qt-28f65d9b9003cec00c9cd66fb6c6354747ef7b2e.tar.gz Qt-28f65d9b9003cec00c9cd66fb6c6354747ef7b2e.tar.bz2 |
Fixed mkspec detection for Symbian.
RevBy: Liang Qi
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7409,11 +7409,10 @@ EOF canBuildWebKit="no" canBuildQtConcurrent="no" ;; - symbian/*-gcce) + symbian-gcce) canBuildWebKit="no" canBuildQtConcurrent="no" - ;; - symbian/*-armcc) + symbian-armcc) canBuildQtConcurrent="no" ;; esac |