mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
Fix detection of Qt5.
This commit is contained in:
parent
17f56a7744
commit
f46a7c1d3f
2
configure
vendored
2
configure
vendored
@ -4533,8 +4533,6 @@ QT_QMAKE=$pkg_cv_QT_QMAKE
|
|||||||
|
|
||||||
if test "x$QT_QMAKE" = x""; then :
|
if test "x$QT_QMAKE" = x""; then :
|
||||||
|
|
||||||
else
|
|
||||||
QT_QMAKE=$QT_QMAKE/qmake
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
@ -32,8 +32,7 @@ AC_DEFUN([FIND_QT5],
|
|||||||
[PKG_CHECK_EXISTS([Qt5Core >= 5.2.0],
|
[PKG_CHECK_EXISTS([Qt5Core >= 5.2.0],
|
||||||
[PKG_CHECK_VAR(QT_QMAKE,
|
[PKG_CHECK_VAR(QT_QMAKE,
|
||||||
[Qt5Core >= 5.2.0],
|
[Qt5Core >= 5.2.0],
|
||||||
[host_bins],
|
[host_bins])
|
||||||
[QT_QMAKE=[$QT_QMAKE]/qmake])
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_MSG_CHECKING([for Qt5 qmake >= 5.2.0])
|
AC_MSG_CHECKING([for Qt5 qmake >= 5.2.0])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user