mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-03 20:56:23 +01:00
build: link against QtSVG module to enable SVG format support
This commit is contained in:
parent
e81cb7e640
commit
3658bf8c53
@ -5,7 +5,7 @@ lessThan (QT_MAJOR_VERSION, 5) | lessThan (QT_MINOR_VERSION, 7) {
|
|||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
QT += qml gui-private quick widgets
|
QT += svg qml gui-private quick widgets
|
||||||
|
|
||||||
WALLET_ROOT=$$PWD/monero
|
WALLET_ROOT=$$PWD/monero
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user