Commit Graph

18 Commits

Author SHA1 Message Date
Martchus 94d12eea95 Fix mingw-w64-qt5-base-static
* Fix StaticQt5::Test
* Fix linking against static MariaDB
2017-03-23 00:18:37 +01:00
Martchus c9819b9c7c Update mingw-w64-qt5-* to 5.8.0
* Adapt hacks to new config system
* Use distinct mkspec mingw-w64-g++ rather than
  patching the existing win32-g++
* Testing QML and ANGLE is on TODO list
  because it hasn't been tested since quite a time
2017-02-09 16:10:06 +01:00
Martchus 6a5e700e59 Update mingw-w64-qt5-* to 5.7.1 2016-12-23 20:19:16 +01:00
Martchus 7c9e01aa78 mingw-w64-qt5-base: Fix checksums 2016-12-16 08:49:20 +01:00
Martchus f1493f7647 Fix qt5_wrap_ui() macro in mingw-w64-qt5-base
See https://github.com/Martchus/PKGBUILDs/issues/11
2016-12-05 20:32:16 +01:00
Martchus bbc65bcaed Fix a few issues with mingw-w64-qt5-* packages
* Mainly issues concerning static build and CMake
* Qt WebKit doesn't build with latest ANGLE, though
2016-11-27 14:20:21 +01:00
Martchus defbb48223 Change work around for using static Qt 5 with CMake
* Make it possible to use shared and static Qt build (installed
  in the same prefix) at the same time in a project.
* This allows compiling shared and static libraries depending on
  Qt in one step.
* Static CMake modules are prefixed with 'Static', eg. 'StaticQt5Core'
  and provide importet targets as eg. 'Qt5::static::Core'.
2016-11-02 21:25:48 +01:00
Martchus 49986a75ac Remove qtchooser support as it as been removed from official repos 2016-11-02 21:25:48 +01:00
Martchus 97afda1bd2 Import patches for mingw-w64 Qt 5 from Git repo 2016-11-02 21:25:47 +01:00
Martchus e75141e702 Fix Qt 5 plugin template 2016-09-19 20:15:52 +02:00
Martchus d6e279ad10 Fix using QML plugins with CMake 2016-09-14 22:44:58 +02:00
Martchus 6816c1ba57 Replace mingw-w64-postgresql-libs with mingw-w64-postgresql-libs 2016-09-12 19:43:08 +02:00
Martchus 3a938fa13d Add support for -opengl dynamic
Builds but package not tested
2016-09-06 22:16:03 +02:00
Martchus 1834647def Fix checksums and ensure system libs are used
Ensure system freetype2 and harfbuzz are used
2016-09-03 22:13:40 +02:00
Martchus 3c1bd2e8a5 Rename mingw-w64-libdbus to mingw-w64-dbus 2016-08-31 23:16:19 +02:00
Martchus 5c69d4978a Add Qt 5 variant with dynamic ANGLE support 2016-08-31 23:16:19 +02:00
Martchus 3877e7bca7 Provide static versions of further Qt modules
Also fix problems using the static version with CMake
2016-08-19 16:01:43 +02:00
Martchus eb22ef4d46 Use native OpenGL in default variant
- Also fix misc issues with mingw-w64-qt5-base-static
- Also provide static libs for mingw-w64-qt5-declarative
  and mingw-w64-qt5-tools (other modules are still
  on TODO list)
- First approach to allow usage of static version via CMake
- Use native OpenGL by default because this version seems
  less buggy and ANGLE is hard to maintain; this is also the
  default choice in MSYS2-MINGW-packages and MXE
2016-08-14 20:44:49 +02:00