|
|
||
|---|---|---|
| .github/workflows | ||
| .reuse | ||
| .tx | ||
| LICENSES | ||
| archlinux | ||
| debian | ||
| docs | ||
| examples | ||
| include/dtkwidget | ||
| misc | ||
| plugin | ||
| rpm | ||
| src | ||
| tests | ||
| tools | ||
| .clog.toml | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .packit.yaml | ||
| .project.json | ||
| .release.json | ||
| CHANGELOG.md | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| README.zh_CN.md | ||
| conanfile.py | ||
README.md
Deepin Tool Kit Widget
Deepin Tool Kit Widget(DtkWidget) provides the base widgets on Deepin.
Dependencies
Build dependencies
- Qt >= 5.6
Installation
Build from source code
- Make sure you have installed all dependencies.
sudo apt build-dep
If you need to use the designer plugin, you should also install:
sudo apt install qttools5-dev
- Build:
$ mkdir build
$ cd build
$ cmake ..
$ 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 LGPLv3.