Skip to content

build, qt: Possible unset bitcoin_cv_qt58 variable #17821

@hebasto

Description

@hebasto

The bitcoin_cv_qt58 variable is used in _BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG and _BITCOIN_QT_FIND_STATIC_PLUGINS macros.

But it is set by _BITCOIN_QT_CHECK_QT58 macro only if else branch is executed:

if test "x$use_pkgconfig" = xyes; then
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITH_PKGCONFIG])
else
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG])
fi

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions