https://github.com/linuxdeepin/qt5integration
Qt platform theme integration plugins for DDE.
https://github.com/linuxdeepin/qt5integration
Last synced: about 4 hours ago
JSON representation
Qt platform theme integration plugins for DDE.
- Host: GitHub
- URL: https://github.com/linuxdeepin/qt5integration
- Owner: linuxdeepin
- License: other
- Created: 2016-10-18T12:32:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-03-25T09:36:14.000Z (15 days ago)
- Last Synced: 2026-03-26T12:58:25.283Z (14 days ago)
- Language: C++
- Homepage:
- Size: 2.22 MB
- Stars: 40
- Watchers: 7
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# qt5integration
qt5integration is the Qt platform theme integration plugins for Deepin Desktop Environment. It includes multiple Qt5 plugins
to make DDE more Qt5 Apps friendly.
## Dependencies
### Build dependencies
* gtk+-2.0
* mtdev
* [dtk](https://github.com/linuxdeepin/deepin-tool-kit)
* [libqtxdg](https://github.com/lxde/libqtxdg)
* Qt5 (>= 5.6)
* Qt5-Core
* Qt5-Gui
* Qt5-Widgets
* Qt5-DBus
* Qt5-Multimedia
* Qt5-MultimediaWidgets
* Qt5-Svg
* Qt5-OpenGL
* Qt5-X11extras
* Qt5-Core-Private
* Qt5-Widgets-Private
### Runtime dependencies
* DDE File Manager (suggestion, to make Qt5 file dialogs more elegant)
## Installation
### Build from source code
1. Make sure you have installed all dependencies.
2. Build:
```
$ cd qt5integration
$ mkdir build
$ cd build
$ qmake ..
$ make
```
3. Install:
```
$ sudo make install
```
## Usage
To be done.
## Getting help
You may also find these channels useful if you encounter any other issues:
* [Telegram group](https://t.me/deepin)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [IRC (libera.chat)](https://web.libera.chat/#deepin-community)
* [Official Forum](https://bbs.deepin.org/)
* [Wiki](http://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en).
## License
qt5integration is licensed under [LGPL-3.0-or-later](LICENSE).