Go to file
kirigayakazushin 324a84c718 Add clear method for DPictureSequenceView
Change-Id: I77b51a2d5e95c979df43e006df7e2ee57d25f4e5
2016-12-16 15:42:33 +08:00
common Add acknowledgments for about dialog 2016-12-05 20:03:50 +08:00
dbase Fix window build issue 2016-06-26 18:38:25 +08:00
debian Add miss build depends qttools5-dev-tools. 2016-12-09 15:09:15 +08:00
dutil Add dutil.h to install 2016-12-01 15:50:59 +08:00
dwidget Add clear method for DPictureSequenceView 2016-12-16 15:42:33 +08:00
examples Remove deepin dbus menu 2016-12-09 20:35:02 +08:00
test Fix PathBuf const interface 2016-08-17 11:19:54 +08:00
tool Add miss qm file in debian 2016-12-09 14:29:44 +08:00
.gitignore Fix loadTranslator override dtk translate 2016-12-09 18:33:36 +08:00
README.md Fix a typo in README 2016-03-18 14:10:27 +08:00
Specification.md add Specification for Standard Path 2016-02-18 16:41:24 +08:00
dtk.pro Use depends instead of ordered config in SUBDIR 2016-08-09 10:40:00 +08:00

README.md

Deepin Tool Kit Document

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

You shoud read the [Deepin Application Specification](\ref Specification) firstly.

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.