|
|
@ -343,8 +343,10 @@ AC_DEFUN([_BITCOIN_QT_FIND_STATIC_PLUGINS],[ |
|
|
|
PKG_CHECK_MODULES([QTPRINT], [Qt5PrintSupport], [QT_LIBS="$QTPRINT_LIBS $QT_LIBS"]) |
|
|
|
PKG_CHECK_MODULES([QTPRINT], [Qt5PrintSupport], [QT_LIBS="$QTPRINT_LIBS $QT_LIBS"]) |
|
|
|
fi |
|
|
|
fi |
|
|
|
else |
|
|
|
else |
|
|
|
|
|
|
|
if ${PKG_CONFIG} --exists "Qt5Core >= 5.6" 2>/dev/null; then |
|
|
|
QT_LIBS="-lQt5PlatformSupport $QT_LIBS" |
|
|
|
QT_LIBS="-lQt5PlatformSupport $QT_LIBS" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
]) |
|
|
|
]) |
|
|
|
else |
|
|
|
else |
|
|
|
if test x$qt_plugin_path != x; then |
|
|
|
if test x$qt_plugin_path != x; then |
|
|
|