diff options
| author | xiphon <xiphon@protonmail.com> | 2019-09-28 12:14:07 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-09-28 12:20:30 +0000 |
| commit | ae2fdc7ab3d959c085f551b05d1c274d8ecb9543 (patch) | |
| tree | 3b9c68e9ce9361e60b70de37327750323ab43d3d /monero-wallet-gui.pro | |
| parent | d3b81cb6f8b9e79bc8bda675f556d5288916af56 (diff) | |
| download | monzero-gui-ae2fdc7ab3d959c085f551b05d1c274d8ecb9543.tar.gz monzero-gui-ae2fdc7ab3d959c085f551b05d1c274d8ecb9543.tar.xz monzero-gui-ae2fdc7ab3d959c085f551b05d1c274d8ecb9543.zip | |
build: build, install and link against randomx library
Diffstat (limited to 'monero-wallet-gui.pro')
| -rw-r--r-- | monero-wallet-gui.pro | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 9986a337..1d58ce98 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -142,25 +142,25 @@ ios:arm64 { LIBS += \ -L$$PWD/../ofxiOSBoost/build/libs/boost/lib/arm64 \ } + +LIBS_COMMON = \ + -lwallet_merged \ + -llmdb \ + -lepee \ + -lunbound \ + -lsodium \ + -leasylogging \ + -lrandomx + !ios:!android { -LIBS += -L$$WALLET_ROOT/lib \ - -lwallet_merged \ - -llmdb \ - -lepee \ - -lunbound \ - -lsodium \ - -leasylogging + LIBS += -L$$WALLET_ROOT/lib \ + $$LIBS_COMMON } android { message("Host is Android") LIBS += -L$$WALLET_ROOT/lib \ - -lwallet_merged \ - -llmdb \ - -lepee \ - -lunbound \ - -lsodium \ - -leasylogging + $$LIBS_COMMON } @@ -175,12 +175,7 @@ ios { QMAKE_IOS_DEVICE_ARCHS = arm64 CONFIG += arm64 LIBS += -L$$WALLET_ROOT/lib-ios \ - -lwallet_merged \ - -llmdb \ - -lepee \ - -lunbound \ - -lsodium \ - -leasylogging + $$LIBS_COMMON LIBS+= \ -L$$PWD/../OpenSSL-for-iPhone/lib \ |
