aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_qt_pkgconfig.patch
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-06-16 11:29:44 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-06-17 15:56:05 +0200
commit6194d9a501901f9fa7b20d2a4c34b31357a6441d (patch)
treeefad36f2f2a77cf079d80e870c84f1e3e56c75a2 /depends/patches/qt/fix_qt_pkgconfig.patch
parentf6eb4e2b62d9c01ae32cf5a742dd86a594849343 (diff)
downloadbitcoin-6194d9a501901f9fa7b20d2a4c34b31357a6441d.tar.xz
Fix bitcoin_qt.m4 and fix-xcb-include-order.patch
Diffstat (limited to 'depends/patches/qt/fix_qt_pkgconfig.patch')
-rw-r--r--depends/patches/qt/fix_qt_pkgconfig.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/depends/patches/qt/fix_qt_pkgconfig.patch b/depends/patches/qt/fix_qt_pkgconfig.patch
new file mode 100644
index 0000000000..3772db4f8b
--- /dev/null
+++ b/depends/patches/qt/fix_qt_pkgconfig.patch
@@ -0,0 +1,11 @@
+--- old/qtbase/mkspecs/features/qt_module.prf 2016-03-17 02:06:42.705930685 +0000
++++ new/qtbase/mkspecs/features/qt_module.prf 2016-03-17 02:06:42.705930685 +0000
+@@ -244,7 +244,7 @@
+ load(qt_targets)
+
+ # this builds on top of qt_common
+-!internal_module:!lib_bundle:if(unix|mingw) {
++unix|mingw {
+ CONFIG += create_pc
+ QMAKE_PKGCONFIG_DESTDIR = pkgconfig
+ host_build: \