aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2024-07-16 01:09:25 +0100
committerGravatar GitHub2024-07-16 01:09:25 +0100
commit03a8df16588ab42b4f4a070fc665e7ccf512e89d (patch)
treeb5ee376cf5eed0cd2956502959377ae3e5757a29 /src
parentRemove GTK Style flag; fix #2117. Default to Fusion theme on Windows (#2664) (diff)
downloadKVIrc-03a8df16588ab42b4f4a070fc665e7ccf512e89d.tar.gz
KVIrc-03a8df16588ab42b4f4a070fc665e7ccf512e89d.tar.bz2
KVIrc-03a8df16588ab42b4f4a070fc665e7ccf512e89d.zip
Add a comment about #2117
Diffstat (limited to 'src')
-rw-r--r--src/kvilib/config/KviBuildInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kvilib/config/KviBuildInfo.cpp b/src/kvilib/config/KviBuildInfo.cpp
index 36b49822f..8b3810fbc 100644
--- a/src/kvilib/config/KviBuildInfo.cpp
+++ b/src/kvilib/config/KviBuildInfo.cpp
@@ -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",