XMRig tab - Simple mining GUI to download and run XMRig releases.

This commit is contained in:
dsc 2020-10-14 22:12:32 +02:00 committed by rm
parent 61a135e1c2
commit d0260ce018
16 changed files with 884 additions and 3 deletions

View file

@ -11,6 +11,7 @@ set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(FETCH_DEPS "Download dependencies if they are not found" ON)
option(XMRTO "Include Xmr.To module" ON)
option(XMRig "Include XMRig module" ON)
option(BUILD_TOR "Build Tor" OFF)
option(STATIC "Link libraries statically, requires static Qt")
option(USE_DEVICE_TREZOR "Trezor support compilation" OFF)