The lxqt-qtplugin package provides an LXQt Qt platform integration plugin.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/lxqt-qtplugin/releases/download/0.12.0/lxqt-qtplugin-0.12.0.tar.xz
Download MD5 sum: 9d5d1b427af93333d24b96ec197355b3
Download size: 23 KB
Estimated disk space required: 2.6 MB
Estimated build time: 0.1 SBU
liblxqt-0.12.0 and libdbusmenu-qt-0.9.3+16.04.20160218
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-qtplugin
Install lxqt-qtplugin by running the following commands:
mkdir -v build &&
cd       build &&
cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      ..       &&
make
        This 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
        Last updated on 2018-02-21 04:35:18 -0800