changeset 32342:711ebddc86ea

build: Switch default to Qt6 (fallback to Qt5). * configure.ac: Look for Qt6 before Qt5 by default.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 26 Sep 2023 22:36:09 +0200
parents 2c417b1c36dd
children 07f32284d5e5
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Sep 26 22:10:20 2023 +0200
+++ b/configure.ac	Tue Sep 26 22:36:09 2023 +0200
@@ -1871,7 +1871,7 @@
 
 ### GUI/Qt related tests.
 
-QT_VERSIONS="5 6"
+QT_VERSIONS="6 5"
 
 AC_ARG_WITH([qt],
   [AS_HELP_STRING([--with-qt=VER], [use the Qt major version VER])