diff options
author | Louie S <louie@example.com> | 2024-03-06 21:10:35 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-06 21:10:35 -0500 |
commit | 6914f8a111b89dc512143d001c2abce3f17d48c0 (patch) | |
tree | e74dfe11ed1201890fa542c95e428b8e66537561 | |
parent | 43b2132f4d57fac69be698d26cc8f920967065e6 (diff) |
Add comment about min version
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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() |