Package Details: mingw-w64-qt5-base-static 5.15.13+kde+r138-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-qt5-base-static.git (read-only, click to copy)
Package Base: mingw-w64-qt5-base-static
Description: A cross-platform application and UI framework, native OpenGL backend (mingw-w64)
Upstream URL: https://www.qt.io/
Licenses: custom, GPL3, LGPL3, FDL
Groups: mingw-w64-qt5
Submitter: ant32
Maintainer: Martchus
Last Packager: Martchus
Votes: 12
Popularity: 0.028182
First Submitted: 2013-08-28 23:57 (UTC)
Last Updated: 2024-03-16 18:49 (UTC)

Sources (33)

Pinned Comments

Martchus commented on 2020-09-13 11:43 (UTC)

Also take note of the sticky comments on the mingw-w64-qt5-base package.

Martchus commented on 2017-01-10 21:24 (UTC) (edited on 2019-12-10 13:02 (UTC) by Martchus)

Notes about using static Qt with CMake:

Note about using static Qt with qmake:

  • Add CONFIG+=no_smart_library_merge to qmake arguments to prevent qmake from messing linker flags for freetype2/harfbuzz (which have dependency cycle).

Martchus commented on 2016-07-10 19:47 (UTC) (edited on 2016-09-19 18:26 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs Patches for this package are managed at: https://github.com/Martchus/qtbase/tree/5.7.0-mingw-w64 There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff For general discussion and issues not only concerning this variant please use the comment section of the package mingw-w64-qt5-base.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Martchus commented on 2020-09-13 11:43 (UTC)

Also take note of the sticky comments on the mingw-w64-qt5-base package.

Martchus commented on 2019-12-10 13:00 (UTC)

@vinci See my comment on GitHub. I haven't had the time to update the AUR package yet and I was hoping to get positive feedback first.

vinci commented on 2019-12-10 12:40 (UTC)

Currently won't build with FORTIFY. I get a lot of undefined references (e.g. to __memcpy_chk).

FoPref commented on 2019-03-05 15:58 (UTC)

Note https://github.com/libjpeg-turbo/libjpeg-turbo/issues/341 when building this package fails on your system.

woggioni commented on 2017-09-27 10:41 (UTC) (edited on 2017-09-27 14:58 (UTC) by woggioni)

@Martchus No, I get: main.cpp:7: undefined reference to `qt_static_plugin_QWindowsIntegrationPlugin()' the code is here (I just added an hello.pro file) https://github.com/oggio88/Qt-CMake-HelloWorld EDIT: I have to apply the patch you linked (thought it was already included) EDIT/2: I applied the patch at https://github.com/Martchus/qtbase/commit/acc61ef7833f685b1f66c9b99086ccfc1e6aa20f, rebuilt the package mingw-w64-qt5-base-static and still get the same error EDIT/3: I just remembered that qmake is in the mingw-w64-qt5-base package, I rebuilt it with your patch and it works perfectly, thanks!

Martchus commented on 2017-09-26 15:35 (UTC)

@woggioni I updated the pinned comment. So the proposed workaround does not work for you? I only tested a simple application from the Qt examples (see the already linked comment). Which project are you trying to compile?

woggioni commented on 2017-09-26 15:17 (UTC)

@Martchus No, I didn't... sorry. It would be nice if AUR could provide a section with that kind of information for each package instead of having to read through all the queue of previous comments backwards. Anyway, to me, building with qmake would be a nice plus, but It's not really necessary since I use cmake for all the serious stuff. I tried to fix the problem myself, but I had no success.. I'll just stick to cmake.

Martchus commented on 2017-09-20 13:29 (UTC)

@woggioni Did you read [my comment](https://aur.archlinux.org/packages/mingw-w64-qt5-base#comment-609455) in the comment section of mingw-w64-qt5-base?

woggioni commented on 2017-09-20 07:07 (UTC)

Is it possible to build with qmake? I get a lot of linker errors when using x86_64-w64-mingw32-qmake-qt5 and CONFIG += static