]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Switch to Qt5.
authorUwe Hermann <redacted>
Sun, 29 Jan 2017 17:56:18 +0000 (18:56 +0100)
committerUwe Hermann <redacted>
Sun, 29 Jan 2017 18:11:28 +0000 (19:11 +0100)
Also, drop an obsolete Qt(4) related patch.

cross-compile/mingw/README
cross-compile/mingw/mxe_fixes.patch

index e6451249dc98bb780904b8007362bbc4d0b0231a..27a4aab4f6aa0a42215321b6764bd48876a4891b 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 qt boost check
+   libftdi1 glibmm qt5 boost check
 
 This will take a while.
 
index 029b45d68425a656bad7c6b06a029f2d739ae24e..5ca41b277d8e9586e3ecd142ed852e1fc3fc9fce 100644 (file)
@@ -4,9 +4,6 @@ MXE setup for sigrok usage.
  - Force libzip to use its own mkstemp() implementation.
    http://sigrok.org/bugzilla/show_bug.cgi?id=570#c2
 
- - Disable currently broken qtassistant (we don't need it anyway).
-   https://github.com/mxe/mxe/issues/565
-
 diff --git a/src/libzip.mk b/src/libzip.mk
 index 9d1e189..d4d5bf9 100644
 --- a/src/libzip.mk
@@ -21,26 +18,3 @@ index 9d1e189..d4d5bf9 100644
      $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT) SUBDIRS=lib
  
      '$(TARGET)-gcc' \
-diff --git a/src/qt.mk b/src/qt.mk
-index 5bf3b08..bd8ef7a 100644
---- a/src/qt.mk
-+++ b/src/qt.mk
-@@ -75,12 +75,12 @@ define $(PKG)_BUILD
-     # lrelease (from linguist) needed to prepare translation files
-     $(MAKE) -C '$(1)/tools/linguist/lrelease' -j '$(JOBS)' install
--    cd '$(1)/tools/assistant' && '$(1)/bin/qmake' assistant.pro
--    # can't figure out where -lQtCLucene comes from so use
--    # sed on the output instead of patching the input
--    $(MAKE) -C '$(1)/tools/assistant' sub-lib-qmake_all
--    $(SED) -i 's,-lQtCLucene$$,-lQtCLucene4,' '$(1)/tools/assistant/lib/Makefile.Release'
--    $(MAKE) -C '$(1)/tools/assistant' -j '$(JOBS)' install
-+    ## cd '$(1)/tools/assistant' && '$(1)/bin/qmake' assistant.pro
-+    ## # can't figure out where -lQtCLucene comes from so use
-+    ## # sed on the output instead of patching the input
-+    ## $(MAKE) -C '$(1)/tools/assistant' sub-lib-qmake_all
-+    ## $(SED) -i 's,-lQtCLucene$$,-lQtCLucene4,' '$(1)/tools/assistant/lib/Makefile.Release'
-+    ## $(MAKE) -C '$(1)/tools/assistant' -j '$(JOBS)' install
-     # likewise for these two
-     cd '$(1)/tools/designer/src/designer' && '$(1)/bin/qmake' designer.pro