Go to file
github-actions[bot] 50b00b0d9d chore: New release 5.7.20
Log:
2025-07-31 12:31:04 +00:00
.github chore(CI): add debian check workflow 2025-07-08 09:42:12 +00:00
.obs
.reuse feat: Support VERSION file 2025-06-11 11:47:29 +08:00
.tx
LICENSES
archlinux chore: New release 5.7.20 2025-07-31 12:31:04 +00:00
debian chore: New release 5.7.20 2025-07-31 12:31:04 +00:00
docs
examples fix: resolve Qt6 compatibility issues 2025-07-28 16:05:40 +08:00
include fix: resolve Qt6 compatibility issues 2025-07-28 16:05:40 +08:00
misc
plugin fix: resolve Qt6 compatibility issues 2025-07-28 16:05:40 +08:00
rpm chore: New release 5.7.20 2025-07-31 12:31:04 +00:00
src fix: resolve Qt6 compatibility issues 2025-07-28 16:05:40 +08:00
tests fix: resolve Qt6 compatibility issues 2025-07-28 16:05:40 +08:00
toolGenerate/dconfig2cpp feat: Add files generated by qdbusXML2cpp and DCONG2cpp 2025-03-04 20:04:21 +08:00
tools
.clog.toml
.gitignore
.gitlab-ci.yml
.packit.yaml
.project.json
.release.json
.syncexclude chore: update .syncexclude 2025-06-18 17:00:40 +08:00
CHANGELOG.md chore: New release 5.7.20 2025-07-31 12:31:04 +00:00
CMakeLists.txt feat: Support VERSION file 2025-06-11 11:47:29 +08:00
LICENSE
README.md
README.zh_CN.md
VERSION chore: New release 5.7.20 2025-07-31 12:31:04 +00:00
VERSION.in feat(ci): Add auto release workflow 2025-06-11 11:47:29 +08:00
conanfile.py
dtkwidget.cmake fix: add security hardening flags and optimize build settings 2025-07-03 21:03:48 +08:00
linglong.yaml

README.md

Deepin Tool Kit Widget

Deepin Tool Kit Widget(DtkWidget) provides the base widgets on Deepin.

中文说明:README_zh_CN.md

Documentation

中文文档:dtkwidget文档

Dependencies

Build dependencies

  • Qt >= 5.6

Installation

Build from source code

  1. Make sure you have installed all dependencies.
sudo apt build-dep ./

If you need to use the designer plugin, you can:

$ sudo apt install qttools5-dev

# build
$ cmake ./plugin/dtkuiplugin -B build -DINSTALL_PLUGIN=ON -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build -j$(nproc)

# install
$ cd build
$ sudo make install
  1. Build:
cmake -B build
cmake --build build -j$(nproc)
  1. Install:
cd build
sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

Made with dtkwidget

List of some open source projects using dtkwidget: (Contact us or open a pull request to add yours)

License

deepin-tool-kit is licensed under LGPL-3.0-or-later.