Go to file
石博文 a73e197cd5
add static func to render svg file to pixmap
Change-Id: I90a958ccc5aaf4a002102cbd2e71420081332c2a
2017-10-11 13:57:56 +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: fix windows build failed 2017-09-28 22:21:19 +08:00
src add static func to render svg file to pixmap 2017-10-11 13:57:56 +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
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.