Go to file
Iceyer 489ceecf6b Release 2.0.9.6
Change-Id: Id74d50328e568458739541f4852ec9db3442017b
2018-11-01 17:33:41 +08:00
.tx
debian feat: update version number for expermimental 2018-10-08 13:36:03 +08:00
doc/images docs: DAnchorsBase 2018-10-29 17:46:23 +08:00
examples refactor: remove deprecated interface 2018-08-31 10:56:56 +08:00
src feat(DMPRIS): music title support tick effect 2018-10-30 13:27:03 +08:00
tools feat: support qt module 2018-02-13 00:47:57 +08:00
translations update trans 2018-05-24 13:23:10 +08:00
.clog.toml
.gitignore feat: support qt module 2018-02-13 00:47:57 +08:00
.release.json feat: update version number for expermimental 2018-10-08 13:36:03 +08:00
CHANGELOG.md Release 2.0.9.6 2018-11-01 17:33:41 +08:00
LICENSE
README.md
dtkwidget.pro feat: support dtk_lib 2018-04-13 01:12:13 +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

  • Qt >= 5.6

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.