mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Bugfix: configure: Add missing result for QWinTaskbarProgress support when not building the GUI
This commit is contained in:
parent
7cb7eb792a
commit
f19a0baa8c
@ -285,6 +285,8 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
|
|||||||
QT_LIBS="$QT_LIBS $QT_WINEXTRAS_LIBS"
|
QT_LIBS="$QT_LIBS $QT_WINEXTRAS_LIBS"
|
||||||
AC_DEFINE(BITCOIN_QT_WIN_TASKBAR, 1, [Define this symbol if building with QWinTaskbarProgress])
|
AC_DEFINE(BITCOIN_QT_WIN_TASKBAR, 1, [Define this symbol if building with QWinTaskbarProgress])
|
||||||
fi
|
fi
|
||||||
|
],[
|
||||||
|
AC_MSG_RESULT([no, not building GUI])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_SUBST(QT_PIE_FLAGS)
|
AC_SUBST(QT_PIE_FLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user