The liblxqt is the core utility library for all LXQt components.
This package is known to build and work properly using an LFS-7.8 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.9.1/liblxqt-0.9.0.tar.xz
Download MD5 sum: b027c6114d543e24a35846d37d374009
Download size: 88 KB
Estimated disk space required: 5.4 MB
Estimated build time: 0.2 SBU
kwindowsystem, from KDE Frameworks-5.14.0 and libqtxdg-1.2.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liblxqt
Install liblxqt by running the following commands:
sed -e '/lxqtnotification.h/ i #include <QObject>' \
    -i lxqtnotification.cpp &&
mkdir -v build &&
cd       build &&
cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..       &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
sed -e ...: Fixes the headers for Qt5-5.5.
Last updated on 2015-09-29 11:17:21 -0700