Go to file
deepin-bot[bot] 485d50c2a1
chore: Sync by (#129)
chore: Sync by
2022-07-19 10:18:35 +00:00
.github/workflows chore: Sync by (#129) 2022-07-19 10:18:35 +00:00
.tx
archlinux feat: update archlinux build 2022-06-21 17:44:11 +08:00
debian chore: build doxygen documentation 2022-07-08 05:03:33 +00:00
doc chore: build doxygen documentation 2022-07-08 05:03:33 +00:00
examples chore: DSearchCombobox控件popup后高度调整 (#92) 2022-03-31 09:45:53 +08:00
plugin fix: designer 中控件名称显示带命名控件 2021-07-14 17:45:38 +08:00
rpm chore: rpm build failed 2021-10-30 18:10:42 +08:00
src fix: 锁屏界面网络面板显示异常,底色有重叠黑影 2022-07-13 09:20:11 +00:00
tests chore: 按照要求修改单元测试文件名 2022-02-18 17:38:44 +08:00
tools feat: dtkwidget支持一包多依赖 2021-06-29 18:41:04 +08:00
.clog.toml
.gitignore chore: 修改.gitignore文件,忽略cmake文件的追踪 2021-05-28 08:50:14 +08:00
.gitlab-ci.yml
.packit.yaml
.project.json
.release.json
CHANGELOG.md
CMakeLists.txt chore: build doxygen documentation 2022-07-08 05:03:33 +00:00
LICENSE
README.md chore: 更新README添加plugin的编译方法 (#102) 2022-05-17 10:53:39 +08:00
conanfile.py
dtkwidget.pro

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.
sudo apt build-dep .

If you need to use the designer plugin, you should also install:

sudo apt install qttools5-dev
  1. 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.