Skip to content

Commit

Permalink
Add a Qt6 entry in build info; keep Qt5 since some scripts may need it
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Jul 15, 2024
1 parent 3351807 commit 74e609b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kvilib/config/KviBuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ const QStringList feature_list{
#ifdef COMPILE_ENCHANT_SUPPORT
"Enchant",
#endif
"GTK",
"Qt5",
#if(QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
"Qt6",
#endif
"KVS"
};

Expand Down

0 comments on commit 74e609b

Please sign in to comment.