MINGW=/opt/mingw32
export PATH=$PATH:$MINGW/bin

./configure --prefix=$MINGW --build=`./config.guess` --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-qtdir=$MINGW --with-win32 CFLAGS="-Wno-write-strings" CXXFLAGS="-Wno-write-strings"
