@@ -120,7 +120,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
120
120
CXXFLAGS="$PIC_FLAGS $CXXFLAGS"
121
121
_BITCOIN_QT_IS_STATIC
122
122
if test "x$bitcoin_cv_static_qt" = xyes; then
123
- _BITCOIN_QT_FIND_STATIC_PLUGINS
123
+ _BITCOIN_QT_CHECK_STATIC_LIBS
124
124
AC_DEFINE ( QT_STATICPLUGIN , 1 , [ Define this symbol if qt plugins are static] )
125
125
if test "x$TARGET_OS" != xandroid; then
126
126
_BITCOIN_QT_CHECK_STATIC_PLUGIN([ QMinimalIntegrationPlugin] , [ -lqminimal] )
@@ -301,10 +301,14 @@ AC_DEFUN([_BITCOIN_QT_CHECK_STATIC_PLUGIN], [
301
301
LIBS="$CHECK_STATIC_PLUGINS_TEMP_LIBS"
302
302
] )
303
303
304
- dnl Internal. Find paths necessary for linking qt static plugins
305
- dnl Inputs: qt_plugin_path. optional.
304
+ dnl Internal. Check Qt static libs with PKG_CHECK_MODULES.
305
+ dnl
306
+ dnl _BITCOIN_QT_CHECK_STATIC_LIBS
307
+ dnl -----------------------------
308
+ dnl
309
+ dnl Inputs: no inputs.
306
310
dnl Outputs: QT_LIBS is appended
307
- AC_DEFUN ( [ _BITCOIN_QT_FIND_STATIC_PLUGINS ] , [
311
+ AC_DEFUN ( [ _BITCOIN_QT_CHECK_STATIC_LIBS ] , [
308
312
if test "x$qt_plugin_path" != x; then
309
313
QT_LIBS="$QT_LIBS -L$qt_plugin_path/platforms"
310
314
if test -d "$qt_plugin_path/accessible"; then
0 commit comments