Go to file
石博文 1883f86f3f add changelog
Change-Id: I0774762332b526b8bd0558cc59943c4e83882f55
2017-10-31 17:26:50 +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 fix(DArrowRectangle): arrow position error 2017-10-25 16:42:13 +08:00
src fix arrow x pos error 2017-10-31 17:21:02 +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 Fix loadTranslator override dtk translate 2016-12-09 18:33:36 +08:00
CHANGELOG.md add changelog 2017-10-31 17:26:50 +08:00
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.