-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Deviantcoin
authored and
Deviantcoin
committed
Jul 4, 2018
1 parent
a652d33
commit 8e06493
Showing
3 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.