forked from Public/monero-gui
'--verify-update', shasum support, OpenPGP signatures verification
This commit is contained in:
@@ -3,6 +3,7 @@ add_subdirectory(QR-Code-scanner)
|
||||
add_subdirectory(daemon)
|
||||
add_subdirectory(libwalletqt)
|
||||
add_subdirectory(model)
|
||||
add_subdirectory(openpgp)
|
||||
add_subdirectory(zxcvbn-c)
|
||||
|
||||
qt5_add_resources(RESOURCES ../qml.qrc)
|
||||
@@ -149,6 +150,7 @@ target_link_libraries(monero-gui
|
||||
${QT5_LIBRARIES}
|
||||
${EXTRA_LIBRARIES}
|
||||
${ICU_LIBRARIES}
|
||||
openpgp
|
||||
)
|
||||
|
||||
if(WITH_SCANNER)
|
||||
|
||||
Reference in New Issue
Block a user