Qt platform theme plugin, unified style.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
苏业钦 3ec867048d
Merge 595507b22b into b60cdd4c0c
5 years ago
.github/workflows Create build.yml 5 years ago
cmake init 6 years ago
debian Update README.md amd enable multi-threads build 5 years ago
platformtheme Update icon theme 5 years ago
widgetstyle Fix build failed 5 years ago
.gitignore init 6 years ago
CMakeLists.txt init 6 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md amd enable multi-threads build 5 years ago

README.md

Qt Plugins

Unify Qt application style of CutefishOS.

Archlinux

Dependencies

sudo pacman -S gcc extra-cmake-modules qt5-base qt5-tools qt5-x11extras libqtxdg libdbusmenu-qt5 libxcb

Debian

Dependencies

sudo apt install cmake extra-cmake-modules libqt5x11extras5-dev libkf5windowsystem-dev libqt5xdg-dev libdbusmenu-qt5-dev libxcb-shape0-dev libxcb-icccm4-dev libxcb1-dev libxcb-ewmh-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools

Build

mkdir build
cd build
cmake ..
make
sudo make install

License

cutefish-qt-plugins is licensed under GPLv3.