mirror of
https://github.com/YACReader/yacreader
synced 2025-11-08 11:04:41 -05:00
Enable SVG explicitly
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user