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.
qt-plugins/README.md

22 lines
278 B
Markdown

6 years ago
# Qt Plugins
Unify Qt application style of CutefishOS.
## Dependencies
`sudo pacman -S gcc extra-cmake-modules qt6-base qt6-tools libqtxdg`
6 years ago
## Build
```shell
mkdir build
cd build
cmake ..
make
sudo make install
```
## License
cutefish-qt-plugins is licensed under GPLv3.