Go to file
石博文 cc5757fda5 Let private member to protected
need to access in subclass

Change-Id: I986ec655db82eff438a8ec9da8ff4a31ac894a29
2017-03-06 09:44:12 +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 Add DSettingsDialog 2017-01-22 11:23:31 +08:00
dutil Add dutil.h to install 2016-12-01 15:50:59 +08:00
dwidget Let private member to protected 2017-03-06 09:44:12 +08:00
examples Fix the DBlurEffectWidget class paint worng in the "InWindowBlend" mode 2017-03-03 15:06:31 +08:00
test Add DSingleton 2017-01-12 11:42:49 +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
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 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.