]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Switch to Qt5.
authorUwe Hermann <redacted>
Sun, 17 Aug 2014 14:45:26 +0000 (16:45 +0200)
committerUwe Hermann <redacted>
Sun, 17 Aug 2014 14:45:26 +0000 (16:45 +0200)
cross-compile/mingw/README

index 713e387e15d9e2666e6ba332b15d5a17665076a9..9aed6c4cb46cf3eefeeada23cd94cb37ac26df4f 100644 (file)
@@ -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.