forked from len0rd/rockbox
rbutil: Explicitly enable svg module.
Since most icons are svg now we need this. Linux implicitly enables it, Windows doesn't. Change-Id: Idbc0610c9ca3c0ceddd48a2af7e71d5348ba10f6
This commit is contained in:
parent
87325ff957
commit
4815a64f93
1 changed files with 1 additions and 2 deletions
|
@ -154,10 +154,9 @@ LIBS += -lz
|
|||
|
||||
TEMPLATE = app
|
||||
TARGET = RockboxUtility
|
||||
QT += network
|
||||
QT += network widgets svg
|
||||
|
||||
message("Qt$$QT_MAJOR_VERSION found")
|
||||
QT += widgets
|
||||
lessThan(QT_MAJOR_VERSION, 6) {
|
||||
QT += multimedia
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue