Browse Source

Fix detection of Qt5.

adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
f46a7c1d3f
  1. 2
      configure
  2. 3
      m4/qbittorrent.m4

2
configure vendored

@ -4533,8 +4533,6 @@ QT_QMAKE=$pkg_cv_QT_QMAKE @@ -4533,8 +4533,6 @@ QT_QMAKE=$pkg_cv_QT_QMAKE
if test "x$QT_QMAKE" = x""; then :
else
QT_QMAKE=$QT_QMAKE/qmake
fi
fi

3
m4/qbittorrent.m4

@ -32,8 +32,7 @@ AC_DEFUN([FIND_QT5], @@ -32,8 +32,7 @@ AC_DEFUN([FIND_QT5],
[PKG_CHECK_EXISTS([Qt5Core >= 5.2.0],
[PKG_CHECK_VAR(QT_QMAKE,
[Qt5Core >= 5.2.0],
[host_bins],
[QT_QMAKE=[$QT_QMAKE]/qmake])
[host_bins])
])
AC_MSG_CHECKING([for Qt5 qmake >= 5.2.0])

Loading…
Cancel
Save