mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: Simplify qmake check.
Change-Id: I68f2584ba246f120af8841d1a4141b71c9e3b5c0
This commit is contained in:
parent
6bc737cb1d
commit
f9d8a0e210
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ QT += network
|
|||
|
||||
message("Qt$$QT_MAJOR_VERSION found")
|
||||
QT += widgets
|
||||
if (lessThan(QT_MAJOR_VERSION, 6)) {
|
||||
lessThan(QT_MAJOR_VERSION, 6) {
|
||||
QT += multimedia
|
||||
}
|
||||
if (greaterThan(QT_MAJOR_VERSION, 5)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue