changeset 287:8535eb5fb836

autoconf: we require Qt 5.7
author Paper <paper@paper.us.eu.org>
date Wed, 08 May 2024 16:47:03 -0400
parents 53e3c015a973
children 8b9db17d1e5f
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed May 08 16:44:27 2024 -0400
+++ b/configure.ac	Wed May 08 16:47:03 2024 -0400
@@ -24,7 +24,7 @@
 
 dnl Qt?
 AS_IF([test "${enable_qt}" != "no"], [
-	PKG_CHECK_MODULES([QT], [Qt5Core >= 5.5.0 Qt5Widgets Qt5Gui Qt5Svg], [
+	PKG_CHECK_MODULES([QT], [Qt5Core >= 5.7.0 Qt5Widgets Qt5Gui Qt5Svg], [
 		QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
 		QT_HOST_PATH="$(eval $PKG_CONFIG --variable=host_bins Qt5Core)"
 		QT_VERSION="$(eval $PKG_CONFIG --modversion Qt5Gui)"