mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix QtBus detection with configure.
This commit is contained in:
parent
112dd20395
commit
09c9968210
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -4568,7 +4568,7 @@ case "x$enable_qt_dbus" in #(
|
||||||
"xyes") :
|
"xyes") :
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||||
$as_echo "yes" >&6; }
|
$as_echo "yes" >&6; }
|
||||||
if test "x$x$with_qt5" == "xyes"; then :
|
if test "x$with_qt5" == "xyes"; then :
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5DBus >= 5.2.0" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5DBus >= 5.2.0" >&5
|
||||||
$as_echo_n "checking for Qt5DBus >= 5.2.0... " >&6; }
|
$as_echo_n "checking for Qt5DBus >= 5.2.0... " >&6; }
|
||||||
if test -n "$PKG_CONFIG" && \
|
if test -n "$PKG_CONFIG" && \
|
||||||
|
|
|
@ -49,7 +49,7 @@ AS_IF([test "x$QT_QMAKE" != "x"],
|
||||||
# Sets the HAVE_QTDBUS variable to true or false.
|
# Sets the HAVE_QTDBUS variable to true or false.
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
AC_DEFUN([FIND_QTDBUS],
|
AC_DEFUN([FIND_QTDBUS],
|
||||||
[AS_IF([test "x$x$with_qt5" == "xyes"],
|
[AS_IF([test "x$with_qt5" == "xyes"],
|
||||||
[AC_MSG_CHECKING([for Qt5DBus >= 5.2.0])
|
[AC_MSG_CHECKING([for Qt5DBus >= 5.2.0])
|
||||||
PKG_CHECK_EXISTS([Qt5DBus >= 5.2.0],
|
PKG_CHECK_EXISTS([Qt5DBus >= 5.2.0],
|
||||||
[AC_MSG_RESULT([found])
|
[AC_MSG_RESULT([found])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue