pull/3/merge
苏业钦 5 years ago committed by GitHub
commit 3ec867048d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,12 +2,15 @@
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`
## Build
### 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
```shell
mkdir build
cd build

2
debian/changelog vendored

@ -1,4 +1,4 @@
cutefish-qt-plugins (0.6) UNRELEASED; urgency=high
cutefish-qt-plugins (0.6-1) UNRELEASED; urgency=high
* Initial release (CutefishOS) <support@cutefishos.com>

2
debian/rules vendored

@ -3,7 +3,7 @@
export QT_SELECT=5
%:
dh $@
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON

Loading…
Cancel
Save