mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
Unlike Qt 5, Qt 6 requires a separate native Qt build for cross-building. See: https://www.qt.io/blog/qt-6-build-system.
26 lines
685 B
Makefile
26 lines
685 B
Makefile
packages:=
|
|
|
|
boost_packages = boost
|
|
|
|
libevent_packages = libevent
|
|
|
|
qrencode_linux_packages = qrencode
|
|
qrencode_darwin_packages = qrencode
|
|
qrencode_mingw32_packages = qrencode
|
|
|
|
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libxkbcommon libxcb_util libxcb_util_cursor libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
|
|
qt_darwin_packages=qt
|
|
qt_mingw32_packages=qt
|
|
ifneq ($(host),$(build))
|
|
qt_native_packages := native_qt
|
|
endif
|
|
|
|
bdb_packages=bdb
|
|
sqlite_packages=sqlite
|
|
|
|
zmq_packages=zeromq
|
|
|
|
multiprocess_packages = libmultiprocess capnp
|
|
multiprocess_native_packages = native_libmultiprocess native_capnp
|
|
|
|
usdt_linux_packages=systemtap
|