aboutsummaryrefslogtreecommitdiff
path: root/misc/fcitx5-qt/README
diff options
context:
space:
mode:
authorltlnx <ltlnx@disroot.org>2024-11-22 08:20:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-22 08:56:36 +0700
commit640baaaf0457d831cd28eb82d2bfc6a80504ce0d (patch)
treeb0b5286ab5c44a1fe3be6741f9d227b24d0e592e /misc/fcitx5-qt/README
parent8d4825881c06c783f9f0f3e0689adf70b10cb1d1 (diff)
misc/fcitx5-qt: Updated for version 5.1.8.
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, 6 insertions, 8 deletions
diff --git a/misc/fcitx5-qt/README b/misc/fcitx5-qt/README
index 2f83854aea..f72b87998b 100644
--- a/misc/fcitx5-qt/README
+++ b/misc/fcitx5-qt/README
@@ -4,22 +4,20 @@ 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
+bundled in Slackware, and 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.
-ENABLE_QT4 is turned off by default, ENABLE_QT5 and ENABLE_QT6 are
-turned on by default. However to avoid pulling in excess dependencies,
-Qt6 support is turned off in the SlackBuild. If you need Qt4 or Qt6
-support, you might want to turn the flags on/off depending on the Qt
-version you are using. To enable Qt4, you need to modify
+Only ENABLE_QT5 is turned on by default. You might want to turn the
+flags on/off depending on the Qt version you are using. To enable Qt4,
+you need to modify
-DENABLE_QT4=Off \
from "Off" to "On". Similarly, to turn on Qt6 support, turn
- -DENABLE_QT6=Off \
- -DENABLE_QT6_WAYLAND_WORKAROUND=Off ..
+ -DENABLE_QT6=On \
+ -DENABLE_QT6_WAYLAND_WORKAROUND=On ..
from "Off" to "On".