add QR codes for donation addresses
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Syping 2021-04-25 13:24:05 +02:00
parent bdf2c35f35
commit fc08d29fe8
19 changed files with 1751 additions and 254 deletions

View file

@ -221,6 +221,12 @@ endif()
option(WITH_DONATE "Donate menu option and donation dialog" OFF)
if(WITH_DONATE)
set(DONATE_ADDRESSES "" CACHE STRING "Donation addresses")
list(APPEND GTA5VIEW_HEADERS
anpro/QrCode.h
)
list(APPEND GTA5VIEW_SOURCES
anpro/QrCode.cpp
)
list(APPEND GTA5VIEW_DEFINES
-DGTA5SYNC_DONATE
)