forked from len0rd/rockbox
rbutil: Always use Qt Multimedia to play TTS preview.
We're using it on Windows and macOS, there's no reason to not do so on Linux. Change-Id: I6e4d9006eff22fd4bf6b882407a5497b2f8cdd2f
This commit is contained in:
parent
5640d0d3c7
commit
b820c648c8
2 changed files with 1 additions and 18 deletions
|
|
@ -157,13 +157,7 @@ QT += network
|
|||
|
||||
contains(QT_MAJOR_VERSION, 5) {
|
||||
message("Qt5 found")
|
||||
QT += widgets
|
||||
win32 {
|
||||
QT += multimedia
|
||||
}
|
||||
macx {
|
||||
QT += multimedia
|
||||
}
|
||||
QT += widgets multimedia
|
||||
}
|
||||
|
||||
CONFIG += c++11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue