libqtxdg Packaging
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.
Go to file
Alf Gaida 8b9d1c5741
libqtxdg Debian release 1.3.0-1
9 years ago
cmake Merging upstream version 1.2.0+20150807. 9 years ago
debian libqtxdg Debian release 1.3.0-1 9 years ago
examples/use-qtxdg Merging upstream version 1.2.0+20150807. 9 years ago
qiconfix Merging upstream version 1.2.0+20150807. 9 years ago
test Merging upstream version 1.2.0+20150807. 9 years ago
AUTHORS Adding upstream version 1.2.0. 9 years ago
CMakeLists.txt libqtxdg Debian release 1.3.0-1 9 years ago
COPYING Adding upstream version 1.2.0. 9 years ago
README Merging upstream version 1.2.0+20150807. 9 years ago
desktopenvironment_p.cpp libqtxdg Debian release 1.3.0-1 9 years ago
release.sh libqtxdg Debian release 1.3.0-1 9 years ago
xdgaction.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgaction.h libqtxdg Debian release 1.3.0-1 9 years ago
xdgautostart.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgautostart.h libqtxdg Debian release 1.3.0-1 9 years ago
xdgdesktopfile.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgdesktopfile.h libqtxdg Debian release 1.3.0-1 9 years ago
xdgdesktopfile_p.h libqtxdg Debian release 1.3.0-1 9 years ago
xdgdirs.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgdirs.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgicon.cpp Merging upstream version 1.2.0+20150807. 9 years ago
xdgicon.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmacros.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenu.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgmenu.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenu_p.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenuapplinkprocessor.cpp Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenuapplinkprocessor.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenulayoutprocessor.cpp Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenulayoutprocessor.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenureader.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgmenureader.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenurules.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xdgmenurules.h libqtxdg Debian release 1.3.0-1 9 years ago
xdgmenuwidget.cpp Merging upstream version 1.2.0+20150807. 9 years ago
xdgmenuwidget.h Merging upstream version 1.2.0+20150807. 9 years ago
xdgmimetype.cpp Merging upstream version 1.2.0+20150807. 9 years ago
xdgmimetype.h libqtxdg Debian release 1.3.0-1 9 years ago
xmlhelper.cpp libqtxdg Debian release 1.3.0-1 9 years ago
xmlhelper.h libqtxdg Debian release 1.3.0-1 9 years ago

README

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