liblxqt-0.9.0

Introduction to liblxqt

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.

Package Information

liblxqt Dependencies

[Note]

Note

You do not need all KDE Frameworks-5.14.0, just the named library and dependencies.

Required

kwindowsystem, from KDE Frameworks-5.14.0 and libqtxdg-1.2.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liblxqt

Installation of 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

Command Explanations

sed -e ...: Fixes the headers for Qt5-5.5.

Contents

Installed Programs: None
Installed Library: liblxqt.so
Installed Directories: $LXQT_PREFIX/{include,share{,/cmake}/lxqt}

Short Descriptions

liblxqt.so

contains the liblxqt API functions.

Last updated on 2015-09-29 11:17:21 -0700