Go to file
zccrs 0aedaa962f Fix the dtkutil include files not exist dtrashmanager.h
Change-Id: I43198d947f085499dd4bf0d9a63d6de3b874ad37
2017-04-01 13:25:36 +08:00
common Add DSettingsDialog 2017-01-22 11:23:31 +08:00
dbase Add DSingleton 2017-01-12 11:42:49 +08:00
debian Remove obsolete GitCafe url 2017-03-29 09:03:27 +08:00
dutil Fix the dtkutil include files not exist dtrashmanager.h 2017-04-01 13:25:36 +08:00
dwidget dtkwidget: Add DVideoWidget 2017-03-31 20:02:45 +08:00
examples dtkwidget: Add DVideoWidget 2017-03-31 20:02:45 +08:00
test Add DSingleton 2017-01-12 11:42:49 +08:00
tool Add win32 build depends dtksettings 2017-03-11 17:19:32 +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 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 Add win32 build depends dtksettings 2017-03-11 17:19:32 +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.