The libqtxdg is a Qt implementation of freedesktop.org xdg specifications.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/lxde/libqtxdg/releases/download/2.0.0/libqtxdg-2.0.0.tar.xz
Download MD5 sum: a5683d77db13c6e86b6b578050c6f435
Download size: 61 KB
Estimated disk space required: 3.2 MB
Estimated build time: 0.2 SBU
CMake-3.9.1 and Qt-5.9.1
GTK+-2.24.31 (for gtk-update-icon-cache)
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
-DBUILD_TESTS=ON
: Builds tests.
-DBUILD_DEV_UTILS=ON
: Builds and
installs development utilities.
Last updated on 2017-08-31 01:16:09 -0700