Go to file
ck 74f9f9da90 feat: add qdbusxml2cpp-fix
dtkcore5-bin 新增qdbusxml2cpp-fix(from dde-qt-dbus-factory, 修复生成的类中无属性变化的信号问题)。
修复没有参数时block的bug,无参数直接showhelp

Log: 添加xml2cpp修复版工具
Change-Id: Ic7c4ec4d9564735f4b9e19de67a57f2322e7a0c7
2021-03-23 11:36:04 +08:00
cmake fix: 适配多版本共存,移动dtkcommon项目中的3个cmake文件到dtkcore 2021-03-20 15:03:54 +08:00
debian fix: dtkcore的依赖问题 2021-03-03 10:04:54 +08:00
doc Merge dtkbase 2017-07-25 19:41:26 +08:00
examples license: switch to LGPLv3 license 2020-04-24 14:44:07 +08:00
rpm fix: add rpm build required gtest-devel 2021-01-20 13:47:58 +08:00
src feat: 适配多版本合并(移除冲突添加依赖) 2021-03-01 19:39:05 +08:00
tests feat: 适配多版本合并(移除冲突添加依赖) 2021-03-01 19:39:05 +08:00
tools feat: add qdbusxml2cpp-fix 2021-03-23 11:36:04 +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 refactor: update the package version to 5.0.0 2019-09-03 08:54:52 +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
LICENSE license: switch to LGPLv3 license 2020-04-24 14:44:07 +08:00
README.md rebuild 2019-09-06 15:40:10 +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.6

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.