mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Check for Qt5Svg when configuring.
This commit is contained in:
parent
bbe7821483
commit
173f6fd75d
2 changed files with 104 additions and 0 deletions
|
@ -119,6 +119,9 @@ FIND_QT5()
|
|||
AS_IF([test "x$QT_QMAKE" = "x"],
|
||||
[AC_MSG_ERROR([Could not find qmake])
|
||||
])
|
||||
AS_IF([test "x$enable_gui" = "xyes"],
|
||||
[PKG_CHECK_MODULES(Qt5Svg, [Qt5Svg >= 5.5.1])
|
||||
])
|
||||
AC_MSG_CHECKING([whether QtDBus should be enabled])
|
||||
AS_CASE(["x$enable_qt_dbus"],
|
||||
["xyes"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue