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
@@ -53,7 +53,7 @@ nix-shell -p openssl boost qt6.full pkg-config cmake
```
1. Generate build files. To enable Lua plugins in your build add `-DCHATTERINO_PLUGINS=ON` to this command.
```sh
cmake -DBUILD_WITH_QT6=ON -DBUILD_WITH_QTKEYCHAIN=OFF ..
cmake -DBUILD_WITH_QTKEYCHAIN=OFF ..
```
1. Build the project
```sh