From f74db44329049fb0ba5e4b5467e55d13921a6095 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Mar 2023 06:56:46 +0200 Subject: [PATCH 22/22] configure: Look for Qt6 moc as "/usr/libexec/moc" See osdn #47557 Signed-off-by: Marko Lindqvist --- m4/qt6.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/qt6.m4 b/m4/qt6.m4 index 69ee66dd29..3858240820 100644 --- a/m4/qt6.m4 +++ b/m4/qt6.m4 @@ -172,7 +172,7 @@ AC_DEFUN([FC_QT6_VALIDATE_MOC], [ dnl Try to find a Qt 6 'moc' if MOCCMD isn't set. dnl Test that the supplied MOCCMD is a Qt 6 'moc' if it is set. AS_IF([test "x$MOCCMD" = "x"], - [for mocpath in "moc" "qtchooser -run-tool=moc -qt=6" "moc-qt6" "/usr/lib/qt6/moc" "/usr/lib/qt6/libexec/moc" + [for mocpath in "moc" "qtchooser -run-tool=moc -qt=6" "moc-qt6" "/usr/lib/qt6/moc" "/usr/lib/qt6/libexec/moc" "/usr/libexec/moc" do if test "x$MOCCMD" = "x" ; then FC_QT6_TRY_MOC([$mocpath]) -- 2.39.2