Go to file
Iceyer d2d4ac5279 Fix missing header DSettingsOption 2017-07-27 00:20:16 +08:00
.tx Split dtkwidget module 2017-07-26 13:08:28 +08:00
debian Update pkgconfig requires 2017-07-26 21:52:46 +08:00
examples Fix missing header DSettingsOption 2017-07-27 00:20:16 +08:00
src Update pkgconfig requires 2017-07-26 21:52:46 +08:00
tool Add win32 build depends dtksettings 2017-03-11 17:19:32 +08:00
translations Split dtkwidget module 2017-07-26 13:08:28 +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 Fix windows build 2017-07-26 16:05:04 +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.