Go to file
ck 626b3e946b fix: rpm arm64 build failed
rpm打包失败,路径版本填写有误,这种方式应该可以优化,不知为何这个提交漏了,在gitlab可以通过comitid访问,但是搜索失败,导致打包过不了。重新提交一下。

Log: 修复rpm打包失败的问题
Change-Id: I9aead7557d6ef48454d1228fa41e8e5e11e005be

(cherry picked from commit bbd64229fe4c73f0f555be4a0a5ab20b1a045a03)
Change-Id: I4584e786b62dd3f8b8793a40d42b28f482174d98
Reviewed-on: http://gerrit.uniontech.com/c/dtkwidget/+/7197
Reviewed-by: chenke <chenke@uniontech.com>
Reviewed-by: <mailman@uniontech.com>
Tested-by: <mailman@uniontech.com>
2020-10-13 13:54:49 +08:00
.tx refactor: move all translation files to "src/translations" 2019-07-30 19:07:11 +08:00
debian fix: 调整DMenuExample代码以解决cpu使用率过高的问题 2020-09-24 13:24:47 +08:00
doc/images feat: add DBackgroundGroup 类注释图片 2019-11-05 13:26:46 +08:00
examples fix: listview的对勾action图标缩放后截断 2020-10-12 17:34:38 +08:00
rpm fix: rpm arm64 build failed 2020-10-13 13:54:49 +08:00
src fix: listview的对勾action图标缩放后截断 2020-10-12 17:34:38 +08:00
tools refactor: make same class to deprecated 2019-11-30 19:29:21 +08:00
.clog.toml
.gitignore doc: add sample image for DSpinner 2018-12-09 15:23:53 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:44:16 +08:00
.project.json fix: bug:23312 无图标 2020-06-03 17:09:43 +08:00
.release.json refactor: use commit count for the package version 2019-07-05 14:42:21 +08:00
CHANGELOG.md Update CHANGLE.md 2019-05-23 14:07:48 +08:00
LICENSE license: switch to LGPLv3 license 2020-04-24 16:17:37 +08:00
README.md chore: fix a typo in README. 2019-04-28 17:30:35 +08:00
conanfile.py feat: support connan build 2018-12-24 09:51:11 +08:00
dtkwidget.pro feat: support dtk_lib 2018-04-13 01:12:13 +08:00

README.md

Deepin Tool Kit Widget

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

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.