1
0
Fork 0
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:
Dominik Riebeling 2020-11-07 12:44:55 +01:00
parent 87325ff957
commit 4815a64f93

View file

@ -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
}