Go to file
Iceyer b88efbb8c1 feat: add trash dbus interface
Change-Id: I3e7cb30aef55834b59c4f15e12c5066847c67791
2017-10-24 10:52:43 +08:00
.tx Add translations 2017-07-28 16:23:02 +08:00
debian Add libqt5svg5-dev in depends 2017-10-11 13:10:29 +08:00
examples feat: add trash dbus interface 2017-10-24 10:52:43 +08:00
src feat: add trash dbus interface 2017-10-24 10:52:43 +08:00
tools fix: fix dtk-svgc crash if no font init 2017-10-10 15:06:59 +08:00
translations fix: update translation 2017-09-27 14:33:33 +08:00
.gitignore
LICENSE Add LICENSE file 2017-02-20 13:44:44 +08:00
README.md Update changelog 2017-07-26 19:44:52 +08:00
dtkwidget.pro feat: add svgc 2017-10-09 13:59:10 +08:00

README.md

Deepin Tool Kit Widget

Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.

Dependencies

Build dependencies

  • qmake >= 5.3

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ mkdir build
$ cd build
$ qmake ..
$ 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

deepin-tool-kit is licensed under GPLv3.