mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
87229e06c2
bb077fa
[depends] Remove OBJCXX define from config.site.in (fanquake)c37ea4d
depends: fix qt translations build (Cory Fields)2b32dea
depends: use new variable layout for qt sdk (Cory Fields)02fcb29
[depends] Qt 5.7.1 (fanquake)
12 lines
313 B
Diff
12 lines
313 B
Diff
--- old/qtbase/mkspecs/features/qt_module.prf
|
|
+++ new/qtbase/mkspecs/features/qt_module.prf
|
|
@@ -245,7 +245,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: \
|