From: Uwe Hermann Date: Tue, 10 Feb 2015 22:23:04 +0000 (+0100) Subject: sigrok-cross-mingw: README: Revert back to Qt4 for now. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=d1cd735b70a77d9cfe1d84dd95a1cf461b621960;hp=06f3dccdeb8ce9773b7dc5cc2980b319d871f944 sigrok-cross-mingw: README: Revert back to Qt4 for now. The current setup is still using Qt4. Some Qt5 issues need to be sorted out first before we can switch. --- diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index feb9cd6..cdfdd4f 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 libftdi1 \ - glibmm qtbase qtsvg boost check + glibmm qt boost check This will take a while.