Go to file
deepin-admin-bot e2d39b0d47 chore: Sync by 559e91167d
sync by github workflow

Log: none
Influence: none
2023-07-10 06:12:35 +00:00
.github chore: Sync by 559e91167d 2023-07-10 06:12:35 +00:00
.reuse chore: format code 2022-11-30 02:24:08 -06:00
LICENSES docs: add doxygen theme 2022-11-16 02:42:22 -06:00
archlinux chore(mkspecs): define mkspecs self 2022-09-06 06:37:03 +00:00
cmake feat: set DtkCore_LIBRARY_DIRS 2022-09-28 01:06:58 +00:00
debian chore: update changelog 2022-12-12 17:47:24 +08:00
docs docs: add docs for ddesktopentry 2022-12-10 23:39:38 +00:00
examples fix(shell): wrong target 2022-09-06 06:16:31 +00:00
include fix: fix trivially copy/move constructiable type can't be constructed 2022-12-12 13:52:05 +08:00
misc chore: fix linking error 2022-12-05 10:38:03 +08:00
rpm chore: 修复 euler 编译失败 2021-10-29 14:15:51 +08:00
src Revert "chore: Update dsysinfo.cpp" 2022-12-13 11:38:13 +08:00
tests chore: label DAsync as deprecated 2022-12-07 22:17:55 +08:00
tools fix: qdbusxml2cpp-fix error 2022-12-07 08:08:32 +00:00
.clang-format chore: format code 2022-11-30 02:24:08 -06:00
.clog.toml Release 2.0.5.2 2017-11-28 17:36:44 +08:00
.gitignore docs: update filesystem documents 2022-11-24 04:07:22 -06: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
.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 fix: Remove ASan check for debug 2022-11-29 20:33:14 +08:00
LICENSE feat: update Log license 2022-10-21 14:21:47 +08:00
README.md fix: fix README.md 2022-12-01 19:51:38 +08:00
README.zh_CN.md fix: fix README.md 2022-12-01 19:51:38 +08:00
conanfile.py chore: adapt REUSE license header 2022-08-11 14:02:36 +08:00

README.md

Deepin Tool Kit Core

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

You should read the Deepin Application Specification firstly.

中文说明:README.zh_CN.md

Document

中文文档:dtkcore文档测试版本

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.