From 014a230f246c0ba4df6e940a891baaa7223d4fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 18 Sep 2022 18:33:35 +0700 Subject: [PATCH] build-style/qmake: remove Qt4 reference --- common/build-style/qmake.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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