Skip to content

Commit

Permalink
v3.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Deviantcoin authored and Deviantcoin committed Jul 4, 2018
1 parent a652d33 commit 8e06493
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
10 changes: 0 additions & 10 deletions depends/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
SDKs/
work/
built/
sources/
config.site
x86_64*
i686*
mips*
arm*
aarch64*
20 changes: 20 additions & 0 deletions depends/patches/qt/aarch64-qmake.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)

# modifications to g++.conf
QMAKE_CC = aarch64-linux-gnu-gcc
QMAKE_CXX = aarch64-linux-gnu-g++
QMAKE_LINK = aarch64-linux-gnu-g++
QMAKE_LINK_SHLIB = aarch64-linux-gnu-g++

# modifications to linux.conf
QMAKE_AR = aarch64-linux-gnu-ar cqs
QMAKE_OBJCOPY = aarch64-linux-gnu-objcopy
QMAKE_NM = aarch64-linux-gnu-nm -P
QMAKE_STRIP = aarch64-linux-gnu-strip
load(qt_config)
Binary file modified src/qt/res/icons/bitcoin.icns
Binary file not shown.

0 comments on commit 8e06493

Please sign in to comment.