mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
Bugfix: configure: Add missing result for QWinTaskbarProgress support when not building the GUI
This commit is contained in:
parent
89206d8109
commit
417ba13865
@ -265,6 +265,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