From 6914f8a111b89dc512143d001c2abce3f17d48c0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Wed, 6 Mar 2024 21:10:35 -0500 Subject: Add comment about min version --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62efce1..cfb8660 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ set(qt_components "Core" "Gui" "Sql" "UiTools" "Widgets") set(qt_names "Qt6" "Qt5") if(USE_QT5) set(qt_names "Qt5") + # Requires Qt version >= 5.4 elseif(USE_QT6) set(qt_names "Qt6") endif() -- cgit