libqtxdg-3.1.0

Introduction to libqtxdg

The libqtxdg is a Qt implementation of freedesktop.org xdg specifications.

This package is known to build and work properly using an LFS-8.2 platform.

Package Information

libqtxdg Dependencies

Required

CMake-3.10.2 and Qt-5.10.1

Optional (runtime)

GTK+-2.24.32 or GTK+-3.22.28 (for gtk-update-icon-cache)

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

Installation of libqtxdg

Install libqtxdg 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

Command Explanations

-DBUILD_TESTS=ON: Builds tests.

-DBUILD_DEV_UTILS=ON: Builds and installs development utilities.

Contents

Installed Programs: None
Installed Library: libQt5Xdg.so and libQt5XdgIconLoader.so
Installed Directories: $LXQT_PREFIX/include/{qt5xdg,qt5xdgiconloader} and $LXQT_PREFIX/share/cmake/{qt5xdg,qt5xdgiconloader}

Short Descriptions

libQt5Xdg.so

contains the libQt5Xdg API functions.

libQt5XdgIconLoader.so

contains the libQt5XdgIconLoader API functions.

Last updated on 2018-02-21 04:35:18 -0800