changeset 26324:c5a909b164de stable

NEWS: Announce minimum required Qt version is 4.8 (bug #53889). * NEWS: Announce minimum required Qt version is 4.8 (bug #53889).
author Rik <rik@octave.org>
date Sun, 30 Dec 2018 13:18:05 -0800
parents 3c2264556abc
children 4877f77d5e1d
files NEWS
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Dec 30 11:58:56 2018 -0800
+++ b/NEWS	Sun Dec 30 13:18:05 2018 -0800
@@ -167,6 +167,9 @@
  ** It is now possible to use files and folders containing Unicode
     characters in Windows.
 
+ ** The GUI requires Qt libraries.  The minimum Qt4 version supported is
+    Qt4.8.  Qt5 of any version is preferred.
+
  ** The FFTW library is now required to perform FFT calculations.
     The FFTPACK sources have been removed from Octave.