Go to file
deepin-bot[bot] 381fa7ca74
chore: Sync by (#73)
chore: Sync by
2022-07-19 09:10:25 +00:00
.github/workflows chore: Sync by (#73) 2022-07-19 09:10:25 +00:00
archlinux feat: update archlinux build 2022-06-21 17:43:25 +08:00
cmake fix: 适配多版本共存,移动dtkcommon项目中的3个cmake文件到dtkcore 2021-03-20 15:03:54 +08:00
debian feat: Merge branch 'develop/snipe' 2022-07-18 15:46:07 +08:00
doc chore: build doxygen documentation 2022-07-04 08:57:29 +00:00
examples feat: 添加异步任务功能类 DAsync 2021-09-14 10:09:28 +08:00
rpm chore: 修复 euler 编译失败 2021-10-29 14:15:51 +08:00
src feat: add NixOS for DSysInfo (#62) 2022-07-19 09:32:23 +08:00
tests feat: Merge branch 'develop/snipe' 2022-07-18 15:46:07 +08:00
tools fix: Optimize the use of DCI tools 2022-07-12 15:09:47 +08:00
.clog.toml Release 2.0.5.2 2017-11-28 17:36:44 +08:00
.gitignore chore: 修改ignore文件和删除无用prf文件 2021-03-12 14:01:55 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:45:07 +08:00
.packit.yaml feat: Initial packit setup 2020-11-11 13:14:05 +08:00
.project.json feat: add qdbusxml2cpp-fix 2021-03-23 11:36:04 +08:00
.qmake.conf chore: update DTK_VERSION 2021-10-18 14:56:13 +08:00
.release.json refactor: use commit count for the package version 2019-07-05 14:42:48 +08:00
CHANGELOG.md Release 5.1.2 2020-04-09 14:38:38 +08:00
CMakeLists.txt chore: build doxygen documentation 2022-07-04 08:57:29 +00:00
LICENSE license: switch to LGPLv3 license 2020-04-24 14:44:07 +08:00
README.md chore: Update README.md 2022-04-15 11:37:34 +08:00
conanfile.py feat: support connan build 2018-12-24 09:47:46 +08:00
dtkcore.pro feat: 适配多版本合并(移除冲突添加依赖) 2021-03-01 19:39:05 +08:00

README.md

Deepin Tool Kit Core

Deepint Tool Kit (Dtk) is the base development tool of all C++/Qt Developer work on Deepin.

You should read the [Deepin Application Specification](\ref doc/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
$ 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.