Skip to content

Commit

Permalink
Add a comment about #2117
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf authored Jul 16, 2024
1 parent 96c3a4b commit 03a8df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kvilib/config/KviBuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const QStringList feature_list{
#ifdef COMPILE_ENCHANT_SUPPORT
"Enchant",
#endif
// This is not in "else" branch of below because some scripts may need it,
// eg. /echo $features(Qt5) to determine if some features only available when Qt5 are present
"Qt5",
#if(QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
"Qt6",
Expand Down

0 comments on commit 03a8df1

Please sign in to comment.