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
View File
@@ -20,7 +20,6 @@ task:
-DUSE_SYSTEM_QTKEYCHAIN="ON" \
-DCMAKE_BUILD_TYPE="release" \
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
-DBUILD_WITH_QT6="ON" \
..
cat compile_commands.json
make -j $(getconf _NPROCESSORS_ONLN)