ec1oud / libqtxdg

Qt implementation of freedesktop.org xdg specs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ..

About

Qt implementation of freedesktop.org xdg specs

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 89.3%Language:CMake 9.9%Language:C 0.6%Language:Shell 0.3%