mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-13 14:43:29 +01:00
0806a23a6e
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.
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: \
|