diff --git a/common/build-style/qmake.sh b/common/build-style/qmake.sh index 25d62258f7f..486bb064438 100644 --- a/common/build-style/qmake.sh +++ b/common/build-style/qmake.sh @@ -1,17 +1,12 @@ # -# This helper is for templates using Qt4/Qt5 qmake. +# This helper is for templates using Qt5/Qt6 qmake. # do_configure() { local qmake local qmake_args if [ -x "/usr/lib/qt5/bin/qmake" ]; then - # Qt5 qmake qmake="/usr/lib/qt5/bin/qmake" fi - if [ -x "/usr/lib/qt/bin/qmake" ]; then - # Qt4 qmake - qmake="/usr/lib/qt/bin/qmake" - fi if [ -z "${qmake}" ]; then msg_error "${pkgver}: Could not find qmake - missing in hostmakedepends?\n" fi