Add svg module to required QT modules

MacOS seems to need svg module to show SVG icons
This commit is contained in:
Srivats P 2020-06-13 21:35:53 +05:30
parent 8547eb8bb8
commit 23d855f201

View File

@ -3,7 +3,7 @@ CONFIG += qt ver_info
macx: TARGET = Ostinato
win32:RC_FILE = ostinato.rc
macx:ICON = icons/logo.icns
QT += widgets network script xml
QT += widgets network script xml svg
INCLUDEPATH += "../rpc/" "../common/"
win32 {
QMAKE_LFLAGS += -static