projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a09624
)
sigrok-cross-mingw: README: Reduce Qt5 dependencies.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 3 Oct 2017 22:09:58 +0000
(
00:09
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
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
patch
|
blob
|
history
diff --git
a/cross-compile/mingw/README
b/cross-compile/mingw/README
index 27a4aab4f6aa0a42215321b6764bd48876a4891b..26f91dc53f43651c3452e86b0dbb32a5b78afafe 100644
(file)
--- 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 qt
5
boost check
+ libftdi1 glibmm qt
base qtimageformats qtsvg
boost check
This will take a while.