diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-22 20:28:12 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-22 20:28:12 (GMT) |
commit | 618aa624538eb0f591cfa817e1520bc8810792c7 (patch) | |
tree | 863106d3c65c23d373cbe8cc05ea152e33145a9d /configure | |
parent | 3d9f5b56f1c26c2bccedae04eb9536fed3474d43 (diff) | |
parent | 77bd18e7636a65c3a3be5e8e912484e8dc5fee02 (diff) | |
download | Qt-618aa624538eb0f591cfa817e1520bc8810792c7.zip Qt-618aa624538eb0f591cfa817e1520bc8810792c7.tar.gz Qt-618aa624538eb0f591cfa817e1520bc8810792c7.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Added silent behavior to the most important Symbian build steps.
Fixed compiling with symbian/linux-armcc and configure -silent option
Removed some warnings from armcc that are unneeded.
Made the makefile build system use QMAKE_CFLAGS.xxx properly.
Automatically disabled unsupported modules for certain compilers.
Fixed an incorrect profile inclusion.
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 |