From: Uwe Hermann Date: Tue, 3 Oct 2017 22:09:58 +0000 (+0200) Subject: sigrok-cross-mingw: README: Reduce Qt5 dependencies. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=12a3b6fe7d6929d687f228039eeac5b6cddbd84d sigrok-cross-mingw: README: Reduce Qt5 dependencies. Don't build all of Qt5, only the parts we actually currently use. This saves some (one-off) MXE build time. --- diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 27a4aab..26f91dc 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -44,7 +44,7 @@ Apply some fixes that are currently required for a proper build: Build all required packages: $ make MXE_TARGETS=i686-w64-mingw32.static.posix gcc glib libzip libusb1 \ - libftdi1 glibmm qt5 boost check + libftdi1 glibmm qtbase qtimageformats qtsvg boost check This will take a while.