changeset 22251:d6948923dc9b

Check for Qt 5, then Qt 4. * configure.ac (QT_VERSIONS): Set default to "5 4".
author John W. Eaton <jwe@octave.org>
date Wed, 10 Aug 2016 04:14:02 -0400
parents 2fd4f1a3f4a8
children 54dc5062879e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Aug 10 03:54:42 2016 -0400
+++ b/configure.ac	Wed Aug 10 04:14:02 2016 -0400
@@ -1752,8 +1752,7 @@
 
 ### GUI/Qt related tests.
 
-## Change to "5 4" once Octave works with both versions.
-QT_VERSIONS="4"
+QT_VERSIONS="5 4"
 check_qt=yes
 
 AC_ARG_WITH([qt],