build system: update Qt requirement to 5.4.0 or newer

This commit is contained in:
Moritz Bunkus 2019-01-06 15:29:33 +01:00
parent 653f74b692
commit 8cde39725e
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
# Version ?
## Build system changes
* Qt 5.4.0 or newer has required (up from 5.3.0) since version 30.0.0; I just
forgot to include this entry.
# Version 30.1.0 "Forever And More" 2019-01-05 # Version 30.1.0 "Forever And More" 2019-01-05
## Bug fixes ## Bug fixes

View File

@ -144,7 +144,7 @@ These libraries are:
Other libraries are optional and only limit the features that are Other libraries are optional and only limit the features that are
built. These include: built. These include:
- [Qt](http://www.qt.io/) v5.3 or newer — a cross-platform GUI - [Qt](http://www.qt.io/) v5.4 or newer — a cross-platform GUI
toolkit. You need this if you want to use the MKVToolNix GUI. toolkit. You need this if you want to use the MKVToolNix GUI.
- [cmark](https://github.com/commonmark/cmark) — the CommonMark - [cmark](https://github.com/commonmark/cmark) — the CommonMark

View File

@ -2,7 +2,7 @@ dnl
dnl Check for Qt 5 dnl Check for Qt 5
dnl dnl
qt_min_ver=5.3.0 qt_min_ver=5.4.0
AC_ARG_ENABLE([qt], AC_ARG_ENABLE([qt],
AC_HELP_STRING([--enable-qt],[compile the Qt-based MKVToolNix GUI (yes)]), AC_HELP_STRING([--enable-qt],[compile the Qt-based MKVToolNix GUI (yes)]),