Skip to content
forked from lxqt/libqtxdg

Qt implementation of freedesktop.org xdg specs

License

Notifications You must be signed in to change notification settings

jeffreyhc/libqtxdg

 
 

Repository files navigation

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

About

Qt implementation of freedesktop.org xdg specs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.7%
  • CMake 10.0%
  • Other 1.3%