You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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 ..
|