Skip to content

linuxdeepin/dde-qt-dbus-factory

Repository files navigation

dde-qt-dbus-factory

dde-qt-dbus-factory is used to uniformly store the automatically generated Qt DBus code used by dde, so that dde developers do not have to create the same DBus code repeatedly in their own projects, or copy files from other projects into their own projects.

Dependencies

You can also check the "Depends" provided in the debian/control file.

Build dependencies

You can also check the "Build-Depends" provided in the debian/control file.

Installation

Build from source code

  1. Make sure you have installed all dependencies.
sudo apt build-dep dde-qt-dbus-factory
  1. Build
mkdir build
cd build
cmake ..
make
  1. Install
sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

dde-qt-dbus-factory is licensed under GPL-3.0-or-later.