Project

General

Profile

Bug #1050 ยป 0060-Autotools-Search-moc-from-usr-lib-libexec.patch

Marko Lindqvist, 11/02/2024 06:36 AM

View differences:

m4/qt6.m4
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" "/usr/libexec/moc" "/usr/libexec/qt6/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" "/usr/libexec/qt6/moc" "/usr/lib/libexec/moc"
do
if test "x$MOCCMD" = "x" ; then
FC_QT6_TRY_MOC([$mocpath])
    (1-1/1)