Andrew Lee (李健秋) f0d36ad500
Adding upstream version 1.2.0+20150807.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-14 04:01:38 +08:00

26 lines
512 B
Plaintext

Overview
========
libqtxdg is An Qt implementation of freedesktop.org xdg specifications.
It's built with Qt5.
Dependencies
============
Qt5
Configuration
============
libqtxdg uses the CMake build system. Everything that applies to CMake also
applies here.
Configuration options:
BUILD_TESTS Builds tests, defaults to OFF
Configuration Examples:
Build library and build self tests:
cmake -DBUILD_TESTS=ON ..
Build the library without building self tests
cmake ..