Go to file
ck 6a8bbff79e chore: update changelog
update changelog

Log: update changelog
Influence: none
Change-Id: Ib5b8e6af0bde8751ab75d179af18021ea8b3d144
2023-01-10 10:29:46 +08:00
.github chore: Sync by 2023-01-06 01:52:43 +00:00
.reuse docs: add docs and group, update dep5 2023-01-04 14:34:51 +08:00
LICENSES chore: adapt REUSE license header 2022-08-11 05:01:51 +00:00
archlinux chore: add export target support 2022-12-29 09:52:49 +08:00
cmake chore: add export target support 2022-12-29 09:52:49 +08:00
debian chore: update changelog 2023-01-10 10:29:46 +08:00
docs feat: Add SizeMode support (#95) 2023-01-06 05:00:41 +00:00
examples chore: add export target support 2022-12-29 09:52:49 +08:00
include feat: Add SizeMode support (#95) 2023-01-06 05:00:41 +00:00
misc chore: add export target support 2022-12-29 09:52:49 +08:00
rpm feat: Add the DImagehandler class. 2022-12-12 06:16:33 +00:00
src feat: Add SizeMode support (#95) 2023-01-06 05:00:41 +00:00
tests chore: add export target support 2022-12-29 09:52:49 +08:00
tools chore: add export target support 2022-12-29 09:52:49 +08:00
.gitignore chore: add gitignore item 2023-01-04 10:34:09 +08: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: change include and tool directory 2023-01-03 15:28:56 +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
linglong.yaml feat: add linglong build support 2022-12-27 17:08:51 +08: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.