dev: Default building with Qt6 on all platforms (#5716)

This commit is contained in:
pajlada
2024-11-17 12:39:22 +01:00
committed by GitHub
parent 50b51b2351
commit 9e73ba2919
11 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ FreeBSD 15.0-SNAP.
```
1. Generate build files. To enable Lua plugins in your build add `-DCHATTERINO_PLUGINS=ON` to this command.
```sh
cmake -DBUILD_WITH_QT6=ON ..
cmake ..
```
1. Build the project
```sh