summaryrefslogtreecommitdiffstats
path: root/misc/fcitx5-qt/README
diff options
context:
space:
mode:
author ltlnx <ltlnx.tw@gmail.com>2022-11-25 08:50:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-25 08:50:11 +0700
commit609947e080f793b46704cc06fa7a55d3876949c6 (patch)
tree1ca4f6b36b15b7b7cbbeacf176ae845c5581fec7 /misc/fcitx5-qt/README
parent73fe91e40d97674d2e5fbc9127a98b7e4bbbf65e (diff)
downloadslackbuilds-609947e080f793b46704cc06fa7a55d3876949c6.tar.gz
slackbuilds-609947e080f793b46704cc06fa7a55d3876949c6.tar.xz
misc/fcitx5-qt: Added (Qt libraries for fcitx5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/fcitx5-qt/README')
-rw-r--r--misc/fcitx5-qt/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/fcitx5-qt/README b/misc/fcitx5-qt/README
new file mode 100644
index 0000000000..3dfcdbe776
--- /dev/null
+++ b/misc/fcitx5-qt/README
@@ -0,0 +1,14 @@
+fcitx5-qt is the Qt im-module for fcitx5 and it's needed to use fcitx5
+with Qt-based applications. It currently supports Qt4, Qt5 and Qt6.
+You'll need several Qt modules if you're going to enable Qt5/Qt6
+support, namely QtCore, QtDbus, QtWidgets and QtX11Extras. Qt5 is
+bundled in Slackware, however if you want Qt6 support you're on your
+own; but any app that requires Qt6 on SBo at this point should have
+already pulled all the dependencies in.
+
+Relevant CMake options are ENABLE_QT4, ENABLE_QT5 and ENABLE_QT6.
+Both ENABLE_QT4 and ENABLE_QT5 are turned on by default, and ENABLE_QT6
+is turned off by default; however Slackware has dropped Qt4 in Slackware
+15, so ENABLE_QT4 is turned off in the SlackBuild. You might want to
+turn on/off the flag depending on the Qt version you are using.
+