We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368571f commit a549566Copy full SHA for a549566
configure.ac
@@ -675,8 +675,8 @@ AS_IF([test "x$with_qt" != "xno"],
675
AS_IF([test "x$with_qt6" = "xno"],
676
[PKG_CHECK_MODULES([QT],
677
[Qt5Core >= 5 Qt5Gui >= 5 Qt5Widgets >= 5.0 Qt5X11Extras >= 5.0],
678
- [MOC=`$PKG_CONFIG Qt5 --variable=moc`
679
- QT_VERSION=`$PKG_CONFIG Qt5 --modversion`
+ [AC_CHECK_PROGS([MOC], [moc-qt5 moc])
+ QT_VERSION=`$PKG_CONFIG Qt5Gui --modversion`;
680
qt_pkgconfig_file="zbar-qt5.pc"
681
],
682
[with_qt="no"])])
0 commit comments