Go to file
deepin-ci-robot 9c06164a2e chore: update changelog
Release 5.6.31.
2024-06-27 17:57:06 +08:00
.github chore: add synchronization workflow 2023-10-27 10:53:15 +08:00
.obs chore(CI): add OBS workflows 2023-03-29 09:28:15 +08:00
.reuse chore: add synchronization workflow 2023-10-27 10:53:15 +08:00
LICENSES chore: adapt REUSE license header 2022-08-11 05:01:51 +00:00
archlinux fix: svg with filter attribute rendering exception 2023-09-25 09:00:34 +08:00
cmake chore: add export target support 2022-12-29 09:52:49 +08:00
debian chore: update changelog 2024-06-27 17:57:06 +08:00
docs feat: move ddesktopservices to dtkgui 2023-11-15 09:48:31 +08:00
examples chore: remove unused pro files 2023-07-12 09:43:34 +08:00
include chore: add flag to disable noncache flag 2024-04-23 09:32:58 +08:00
misc chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
rpm feat: Optional dependencies libfreeimage and libraw. 2023-02-02 02:33:30 +00:00
src fix: jagged edges on ddciicon 2024-06-20 10:14:03 +08:00
tests feat: enable xdgIconLoader under Qt6 2024-01-09 15:51:56 +08:00
tools feat: dci-icon-theme support multiple icon size 2024-04-28 13:22:44 +08:00
.gitignore chore: ignore doxygen-theme folder 2023-07-03 17:21:36 +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
.syncexclude chore: add synchronization workflow 2023-10-27 10:53:15 +08:00
CMakeLists.txt chore: update cmake version 2023-11-30 10:59:51 +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
dtkgui.cmake chore: ut build without source 2023-08-16 09:28:17 +08:00
linglong.yaml chore: Update linglong.yaml 2023-02-02 02:33:30 +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.