From: Uwe Hermann Date: Sun, 17 Aug 2014 14:45:26 +0000 (+0200) Subject: sigrok-cross-mingw: Switch to Qt5. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=a1c891a9f2500c678603900447015083943f96ec sigrok-cross-mingw: Switch to Qt5. --- diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 713e387..9aed6c4 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -51,7 +51,7 @@ Then build gcc again: We now have a system that supports C++11 std::thread. Now build the rest: $ make MXE_TARGETS=i686-w64-mingw32.static glib libzip libusb1 libftdi \ - qt boost check + qtbase boost check This will take a while.