Go to file
ck dd10f593b7 chore: bump version to 5.6.11
update changelog
2023-05-08 15:07:16 +08:00
.github chore: Sync by 2dd22560f7 2023-04-14 08:41:50 +00:00
.obs chore(CI): add OBS workflows 2023-03-29 09:28:15 +08:00
.reuse fix: reuse lint 2023-05-05 03:23:23 +00:00
LICENSES chore: adapt REUSE license header 2022-08-11 05:01:51 +00:00
archlinux chore(CI): add OBS workflows 2023-03-29 09:28:15 +08:00
cmake chore: add export target support 2022-12-29 09:52:49 +08:00
debian chore: bump version to 5.6.11 2023-05-08 15:07:16 +08:00
docs feat: add DIconTheme::createIconEngine 2023-03-22 17:33:58 +08:00
examples chore: add a unit test for DDciIconPlayer 2023-04-26 13:26:13 +08:00
include feat: add DontSaveApplciationTheme Attribute 2023-04-14 08:47:36 +08:00
misc feat: add DontSaveApplciationTheme Attribute 2023-04-14 08:47:36 +08:00
rpm feat: Optional dependencies libfreeimage and libraw. 2023-02-02 02:33:30 +00:00
src fix: App blocked by hasUserManual in live system 2023-05-05 14:02:59 +08:00
tests chore: add a unit test for DDciIconPlayer 2023-04-26 13:26:13 +08:00
tools chore: update readme and help message 2023-03-09 11:30:05 +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 fix: must set CMAKE_INSTALL_PREFIX before GNUInstallDirs 2023-05-05 03:51:14 +00: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 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.