🔧 build: split QML modules

This commit is contained in:
2026-03-01 00:03:47 +01:00
parent 01f17dbf33
commit 911698ea72
4 changed files with 47 additions and 9 deletions
+9 -3
View File
@@ -11,14 +11,20 @@ It might not be that worthy to build a Qt application from ground for such a sma
e.g. On Arch-based systems:
```bash
sudo pacman -S --needed qt6-base cmake gcc
sudo pacman -S --needed qt6-base qt6-declarative cmake gcc
```
on Debian-based systems:
```bash
sudo apt install --no-install-recommends qt6-base-dev qt6-declarative-dev cmake g++
```
2. Clone the repository:
```bash
git clone https://github.com/Uyanide/Wallpaper_Carousel.git && \
cd Wallpaper_Carousel
git clone https://github.com/Uyanide/WallReel.git && \
cd WallReel
```
3. Build and install: