Skip to content

Commit 735b322

Browse files
committed
configure: do not prefer qmake6 over qmake
See also previous commit - if Qt6 is installed in macOS, _qmake6_ is linked to _/usr/local/bin_.
1 parent ef7a7b8 commit 735b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2912,7 +2912,7 @@ AC_PATH_PROGS_FEATURE_CHECK([QTCHOOSER], [qtchooser],
29122912

29132913
#AC_MSG_NOTICE("Qmake: $QMAKE")
29142914
if test "x$QMAKE" = "x"; then
2915-
AC_PATH_PROGS(QMAKE, [qmake6 qmake-qt5 qmake], [:], [/usr/lib/qt5/bin:$PATH])
2915+
AC_PATH_PROGS(QMAKE, [qmake qmake6 qmake-qt5], [:], [/usr/lib/qt5/bin:$PATH])
29162916
fi
29172917

29182918
if test "$QMAKE" -a "$QMAKE" != ":"

0 commit comments

Comments
 (0)