mirror of https://github.com/linuxdeepin/dtkcore
74f9f9da90
dtkcore5-bin 新增qdbusxml2cpp-fix(from dde-qt-dbus-factory, 修复生成的类中无属性变化的信号问题)。 修复没有参数时block的bug,无参数直接showhelp Log: 添加xml2cpp修复版工具 Change-Id: Ic7c4ec4d9564735f4b9e19de67a57f2322e7a0c7 |
||
---|---|---|
cmake | ||
debian | ||
doc | ||
examples | ||
rpm | ||
src | ||
tests | ||
tools | ||
.clog.toml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.packit.yaml | ||
.project.json | ||
.qmake.conf | ||
.release.json | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
conanfile.py | ||
dtkcore.pro |
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.6
Installation
Build from source code
-
Make sure you have installed all dependencies.
-
Build:
$ mkdir build
$ cd build
$ qmake ..
$ make
- 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
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
License
deepin-tool-kit is licensed under GPLv3.