Enable SVG explicitly

This commit is contained in:
Luis Ángel San Martín 2021-01-22 10:48:13 +01:00
parent b80d85a49e
commit 74840f9914
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ macx {
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
} }
QT += network widgets core multimedia QT += network widgets core multimedia svg
!CONFIG(no_opengl) { !CONFIG(no_opengl) {
QT += opengl QT += opengl
} }

View File

@ -71,7 +71,7 @@ macx {
#CONFIG += release #CONFIG += release
CONFIG -= flat CONFIG -= flat
QT += sql network widgets script QT += sql network widgets script svg
!CONFIG(no_opengl) { !CONFIG(no_opengl) {
QT += opengl QT += opengl
} }