The libqtxdg is a Qt implementation of freedesktop.org xdg specifications.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://downloads.lxqt.org/libqtxdg/1.3.0/libqtxdg-1.3.0.tar.xz
Download MD5 sum: 47b311531c1864dd1296515b9658b87a
Download size: 52 KB
Estimated disk space required: 2.9 MB
Estimated build time: 0.2 SBU
CMake-3.6.1 and Qt-5.7.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libqtxdg
Install libqtxdg by running the following commands:
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
Last updated on 2016-08-27 10:35:10 -0700