Go to file
ck b1a1654f69 chore: update changelog
5.6.2.2

Log: none
Influence: none
2022-11-30 11:54:26 +08:00
.github chore: Sync by 3de30af6dc 2022-11-24 08:45:32 +00:00
.reuse chore: update .reuse/dep5 for dox format doc files 2022-09-08 01:36:08 +00:00
LICENSES chore: adapt REUSE license header 2022-08-11 05:01:51 +00:00
archlinux chore(mkspecs): define mkspecs self 2022-09-06 06:23:02 +00:00
debian chore: update changelog 2022-11-30 11:54:26 +08:00
docs docs: update docs related to DGuiApplicationHelper 2022-09-08 01:36:08 +00:00
examples feat: Improve version information 2022-09-22 14:34:03 +08:00
include feat: construct DDciIconPalette from QPalette 2022-11-29 11:42:52 +08:00
misc feat: Improve install path information 2022-09-27 03:35:46 +00:00
rpm chore(build): add gtest-devel build required 2021-10-30 12:46:29 +08:00
src feat: construct DDciIconPalette from QPalette 2022-11-29 11:42:52 +08:00
tests feat: add DIcon 2022-11-17 13:54:12 +08:00
tools feat: Improve version information 2022-09-22 14:34:03 +08:00
.gitignore feat(doc): add package libdtkgui-doc 2022-09-02 06:18:11 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:44:36 +08:00
.packit.yaml feat: Initial packit setup 2020-10-23 08:56:23 +08:00
.release.json chore: remove create dtkgui_config.h codes 2019-07-30 18:41:24 +08:00
CMakeLists.txt chore: update changelog 2022-11-30 11:54:26 +08:00
LICENSE fix(licence): licence 2022-09-22 05:33:34 +00:00
README.md fix(licence): licence 2022-09-22 05:33:34 +00:00
README.zh_CN.md fix(licence): licence 2022-09-22 05:33:34 +00:00

README.md

Deepin Tool Kit Gui

Deepin Tool Kit (DtkGui) is the development graphical user interface of all C++/Qt Developer work on Deepin.

You should read the Deepin Application Specification firstly.

Dependencies

Build dependencies

  • Qt >= 5.10

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

mkdir build
cd build
cmake ..
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 LGPL-3.0-or-later.