mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
build: Installed Qt version only appears if being built
This commit is contained in:
parent
6b2210f101
commit
57b0cd4db9
1 changed files with 5 additions and 1 deletions
|
@ -228,7 +228,11 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
|
||||||
],[
|
],[
|
||||||
bitcoin_enable_qt=no
|
bitcoin_enable_qt=no
|
||||||
])
|
])
|
||||||
AC_MSG_RESULT([$bitcoin_enable_qt (Qt5)])
|
if test x$bitcoin_enable_qt = xyes; then
|
||||||
|
AC_MSG_RESULT([$bitcoin_enable_qt ($QT_LIB_PREFIX)])
|
||||||
|
else
|
||||||
|
AC_MSG_RESULT([$bitcoin_enable_qt])
|
||||||
|
fi
|
||||||
|
|
||||||
AC_SUBST(QT_PIE_FLAGS)
|
AC_SUBST(QT_PIE_FLAGS)
|
||||||
AC_SUBST(QT_INCLUDES)
|
AC_SUBST(QT_INCLUDES)
|
||||||
|
|
Loading…
Add table
Reference in a new issue