Add svg module to required QT modules
MacOS seems to need svg module to show SVG icons
This commit is contained in:
parent
8547eb8bb8
commit
23d855f201
@ -3,7 +3,7 @@ CONFIG += qt ver_info
|
|||||||
macx: TARGET = Ostinato
|
macx: TARGET = Ostinato
|
||||||
win32:RC_FILE = ostinato.rc
|
win32:RC_FILE = ostinato.rc
|
||||||
macx:ICON = icons/logo.icns
|
macx:ICON = icons/logo.icns
|
||||||
QT += widgets network script xml
|
QT += widgets network script xml svg
|
||||||
INCLUDEPATH += "../rpc/" "../common/"
|
INCLUDEPATH += "../rpc/" "../common/"
|
||||||
win32 {
|
win32 {
|
||||||
QMAKE_LFLAGS += -static
|
QMAKE_LFLAGS += -static
|
||||||
|
Loading…
Reference in New Issue
Block a user