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.
Alf Gaida
79fd6f5c26
|
9 years ago | |
---|---|---|
cmake | 9 years ago | |
debian | 9 years ago | |
examples/use-qtxdg | 9 years ago | |
qtxdg | 9 years ago | |
test | 9 years ago | |
util | 9 years ago | |
xdgiconloader | 9 years ago | |
AUTHORS | 9 years ago | |
CMakeLists.txt | 9 years ago | |
COPYING | 10 years ago | |
Digia-Qt-LGPL-Exception-1.1 | 9 years ago | |
README.md | 9 years ago | |
release.sh | 9 years ago |
README.md
##Overview
libqtxdg
is a Qt implementation of freedesktop.org XDG specifications which is 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 BUILD_DEV_UTILS Builds and install development utils, defaults to OFF
###Configuration Examples:
Build library and build self tests: cmake -DBUILD_TESTS=ON ..
Build the library without building self tests : cmake ..