This library provides a Qt implementation of the DBusMenu protocol.
The DBusMenu protocol makes it possible for applications to export and import their menus over DBus.
Forked from desktop-app/libdbusmenu-qt
Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX
has to be set to /usr
on most operating systems. Depending on the way library
paths are dealt with on 64bit systems, variables like CMAKE_INSTALL_LIBDIR
may
have to be set as well.
To build run make
, to install make install
, which accepts the variable DESTDIR
as usual.
The library is or will be provided by all major Linux distributions like Arch Linux,
Debian, Fedora and openSUSE. Just use your package manager to search for string
libdbusmenu-lxqt
.