The lxqt-qtplugin package provides an LXQt Qt platform integration plugin.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/lxqt/lxqt-qtplugin/releases/download/1.4.0/lxqt-qtplugin-1.4.0.tar.xz
Download MD5 sum: b4cbfc3f9ba5acead1f887b47788135f
Download size: 24 KB
Estimated disk space required: 1.6 MB
Estimated build time: 0.1 SBU
Install lxqt-qtplugin by running the following commands:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
.. &&
makeThis package does not come with a test suite.
Now, as the root user:
make install
To use the plugin in Qt 5, the environment variable
QT_QPA_PLATFORMTHEME must be set to “lxqt”.
One way to do that is to issue as the root user:
cat >> /etc/profile.d/lxqt.sh << "EOF"
# Begin lxqt-qtplugin configuration
export QT_QPA_PLATFORMTHEME=lxqt
# End lxqt-qtplugin configuration
EOF