aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_qt_pkgconfig.patch
AgeCommit message (Collapse)Author
2020-03-09build: Fix mingw pkgconfig file and dependency namingHennadii Stepanov
This change adds the correct suffix to debug mode .pc filenames for MinGW and also to the Qt libraries listed in the `Requires` field. The filename adjustment fixes the accidental overwriting of release mode .pc files with the debug mode variant which required the wrong variant of the libraries when `debug_and_release` is active. Note that macOS also supports the `debug_and_release' configuration but may use the regular library names together with DYLD_IMAGE_SUFFIX. Creation of *_debug.pc files is turned off as they're identical to their non-debug counterparts. More info: - QTBUG-4155 - Qt commit a0d8fb4ac3cb7bafdb39f340055eacee4f957513
2017-01-14[depends] Qt 5.7.1fanquake
2016-06-17Fix bitcoin_qt.m4 and fix-xcb-include-order.patchJonas Schnelli