diff options
author | Sebastian Kung <seb.kung@gmail.com> | 2018-06-02 23:45:52 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-07-06 14:26:26 +0200 |
commit | 800dea88a6ad2d8b615c1cc486da5942f6e391c2 (patch) | |
tree | 52d7903cf358487a7e35c7c0e651afbc80321858 /build-aux/m4 | |
parent | 70afa65b175080b617e168be5396fbc180ae8bc5 (diff) |
Upgrade Qt depends to 5.9.6
Diffstat (limited to 'build-aux/m4')
-rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 0dddc812ba..05df8621d2 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -306,7 +306,7 @@ AC_DEFUN([_BITCOIN_QT_CHECK_QT58],[ dnl Internal. Check if the linked version of Qt was built as static libs. -dnl Requires: Qt5. This check cannot determine if Qt4 is static. +dnl Requires: Qt5. dnl Requires: INCLUDES and LIBS must be populated as necessary. dnl Output: bitcoin_cv_static_qt=yes|no dnl Output: Defines QT_STATICPLUGIN if plugins are static. |