diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-16 08:15:08 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-16 08:17:01 (GMT) |
commit | 18e35b4764766ef8171ec30b00d0d6bc19edb0ce (patch) | |
tree | 470e984949633ce781aa2c1accb175e328b91188 /configure | |
parent | 8f9d38ed63a2c568596febe5ea59a55fe03d7ba9 (diff) | |
download | Qt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.zip Qt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.tar.gz Qt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.tar.bz2 |
Lighthouse: Remove auto building platform plugins
Reviewed-by: paul
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6116,12 +6116,6 @@ if [ "$PLATFORM_QPA" = "yes" ]; then fi fi - # MIT_SHM is required for testlite - if [ "$CFG_MITSHM" != "no" ]; then - if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/mitshm "mitshm" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then - QT_CONFIG="$QT_CONFIG mitshm" - fi - fi fi |