mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
68757db683
2759597
Only pass -lQt5PlatformSupport if >=Qt5.6 (Jonas Schnelli)59d063d
Use runtime linking of QT libdbus, use custom/temp. SDK URL (Jonas Schnelli)6194d9a
Fix bitcoin_qt.m4 and fix-xcb-include-order.patch (Jonas Schnelli)f6eb4e2
[depends] OpenSSL 1.0.1k - update config_opts (fanquake)f25209a
depends: bump OSX toolchain (Cory Fields)
12 lines
385 B
Diff
12 lines
385 B
Diff
--- 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: \
|