rbutil: Simplify qmake check.

Change-Id: I68f2584ba246f120af8841d1a4141b71c9e3b5c0
This commit is contained in:
Dominik Riebeling 2020-11-01 13:15:56 +01:00
parent 6bc737cb1d
commit f9d8a0e210

View file

@ -158,7 +158,7 @@ QT += network
message("Qt$$QT_MAJOR_VERSION found") message("Qt$$QT_MAJOR_VERSION found")
QT += widgets QT += widgets
if (lessThan(QT_MAJOR_VERSION, 6)) { lessThan(QT_MAJOR_VERSION, 6) {
QT += multimedia QT += multimedia
} }
if (greaterThan(QT_MAJOR_VERSION, 5)) { if (greaterThan(QT_MAJOR_VERSION, 5)) {