aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-04-27 12:33:11 +0200
committerselsta <selsta@sent.at>2021-04-27 13:49:28 +0200
commit2cda1fca696bcfb56551f9a4d158dc9417657033 (patch)
tree5dd5a06761011bfe855a6b406c9a20bf4abfd6c8 /src
parentd2fc4e60c64b90bd6f078261b60fc6ab417f2909 (diff)
downloadmonzero-gui-2cda1fca696bcfb56551f9a4d158dc9417657033.tar.gz
monzero-gui-2cda1fca696bcfb56551f9a4d158dc9417657033.tar.xz
monzero-gui-2cda1fca696bcfb56551f9a4d158dc9417657033.zip
cmake: link with wallet_api instead of wallet_merged
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5ca8ca0f..23e034f0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -139,21 +139,11 @@ endif()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")
target_link_libraries(monero-wallet-gui
- wallet_merged
- ${LMDB_LIBRARY}
epee
+ wallet_api
qrcodegen
- ${UNBOUND_LIBRARY}
- ${SODIUM_LIBRARY}
easylogging
- blockchain_db
- randomx
- hardforks
${Boost_LIBRARIES}
- ${OPENSSL_LIBRARIES}
- ${CMAKE_DL_LIBS}
- ${LibUSB_LIBRARIES}
- ${HIDAPI_LIBRARIES}
${QT5_LIBRARIES}
${EXTRA_LIBRARIES}
${ICU_LIBRARIES}
@@ -162,10 +152,6 @@ target_link_libraries(monero-wallet-gui
translations
)
-if(DEVICE_TREZOR_READY)
- target_link_libraries(monero-wallet-gui ${TREZOR_DEP_LIBS})
-endif()
-
if(X11_FOUND)
target_link_libraries(monero-wallet-gui ${X11_LIBRARIES})
endif()