Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ SOURCES_PATH ?= $(BASEDIR)/sources
BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
NO_QT ?=
QT_59 ?= 0
NO_WALLET ?=
NO_UPNP ?=
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
Expand Down
6 changes: 0 additions & 6 deletions depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ For example:

make HOST=x86_64-w64-mingw32 -j4

You can also pass in an option to build Qt5.9.4 (required for QtCharts and
charting the vote counts):

make HOST=host-platform-triple QT_59=1


A prefix will be generated that's suitable for plugging into Gridcoin's
configure. In the above example, a dir named x86_64-w64-mingw32 will be
created. To use it for Gridcoin:
Expand Down
6 changes: 0 additions & 6 deletions depends/packages/packages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ native_packages := native_ccache

qt_packages = qrencode

ifeq ($(QT_59),1)
qt_linux_packages:=qt59 expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
qt_darwin_packages=qt59
qt_mingw32_packages=qt59
else
qt_linux_packages:=qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
qt_darwin_packages=qt
qt_mingw32_packages=qt
endif

ifeq ($(BDB_53),1)
wallet_packages=bdb53
Expand Down
212 changes: 0 additions & 212 deletions depends/packages/qt.mk

This file was deleted.

49 changes: 0 additions & 49 deletions depends/patches/qt/fix-xcb-include-order.patch

This file was deleted.

11 changes: 0 additions & 11 deletions depends/patches/qt/fix_qt_pkgconfig.patch

This file was deleted.

25 changes: 0 additions & 25 deletions depends/patches/qt/mac-qmake.conf

This file was deleted.

44 changes: 0 additions & 44 deletions depends/patches/qt/mingw-uuidof.patch

This file was deleted.

Loading