]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: README: Reduce Qt5 dependencies.
authorUwe Hermann <redacted>
Tue, 3 Oct 2017 22:09:58 +0000 (00:09 +0200)
committerUwe Hermann <redacted>
Tue, 3 Oct 2017 22:09:58 +0000 (00:09 +0200)
Don't build all of Qt5, only the parts we actually currently use.

This saves some (one-off) MXE build time.

cross-compile/mingw/README

index 27a4aab4f6aa0a42215321b6764bd48876a4891b..26f91dc53f43651c3452e86b0dbb32a5b78afafe 100644 (file)
@@ -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.