abinfo "Disabling -Werror ..."
sed -e '/-Werror/d' \
    -i "$SRCDIR"/common-project-config.pri

abinfo "Disabling test and example installation ..."
echo 'INSTALLS =' >>tests/tests.pro
echo 'INSTALLS =' >>example/example.pro
