libqtxdg-1.3.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-7.9 platform.

Package Information

libqtxdg Dependencies

Required

CMake-3.4.3 and Qt-5.5.1

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

Installation of libqtxdg

Install libqtxdg by running the following commands:

source setqt5  &&

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

Contents

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

Short Descriptions

libQt5Xdg.so

contains the libQt5Xdg API functions.

Last updated on 2016-03-05 10:01:52 -0800