diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-07-21 11:48:25 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-07-21 11:50:10 (GMT) |
commit | 08b3511a0c20cfbfdec91e547a2592afce67f0e6 (patch) | |
tree | aec7ed061ce6d64c54e2646108e0c6c44050eeae /tools/configure/main.cpp | |
parent | 31e358f2290c145b839fc5b7b277922c1ab6e19b (diff) | |
download | Qt-08b3511a0c20cfbfdec91e547a2592afce67f0e6.zip Qt-08b3511a0c20cfbfdec91e547a2592afce67f0e6.tar.gz Qt-08b3511a0c20cfbfdec91e547a2592afce67f0e6.tar.bz2 |
configure -dont-process must build the host tools on Windows CE
Reviewed-by: mauricek
Diffstat (limited to 'tools/configure/main.cpp')
-rw-r--r-- | tools/configure/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index 0e13c7a..e5c04cc 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -95,7 +95,7 @@ int runConfigure( int argc, char** argv ) #endif if( !app.isDone() ) app.generateMakefiles(); - if( !app.isDone() && app.isOk() ) + if( !app.isDone() ) app.buildHostTools(); if( !app.isDone() ) app.showSummary(); |