Skip to content

linuxdeepin/qt5integration

Repository files navigation

qt5integration

qt5integration is the Qt platform theme integration plugins for Deepin Desktop Environment. It includes multiple Qt5 plugins to make make DDE more Qt5 Apps friendly.

Dependencies

Build dependencies

  • gtk+-2.0
  • mtdev
  • dtk
  • 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
  1. Install:
$ sudo make install

Usage

To be done.

Getting help

You may also find these channels useful if you encounter any other issues:

Getting involved

We encourage you to report issues and contribute changes

License

qt5integration is licensed under LGPL-3.0-or-later.