mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
build system: update Qt requirement to 5.4.0 or newer
This commit is contained in:
parent
653f74b692
commit
8cde39725e
8
NEWS.md
8
NEWS.md
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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)]),
|
||||||
|
Loading…
Reference in New Issue
Block a user