Skip to content

Qt platform theme integration plugins for DDE.

License

Notifications You must be signed in to change notification settings

kegechen/qt5integration

This branch is 1 commit ahead of, 23 commits behind linuxdeepin/qt5integration:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6272d3 · Jul 22, 2024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Qt platform theme integration plugins for DDE.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.5%
  • Shell 0.3%