kde-builder: Set Union QtWidgets building on by default

This way it's always being built when tinkering with Union,
which Union dev life easier.
This commit is contained in:
Akseli Lahtinen
2026-05-07 18:23:48 +03:00
parent b95a3a205f
commit 32064744de

View File

@@ -143,3 +143,7 @@ override plasma-workspace:
override plasma-login-manager:
cmake-options: -DPAM_OS_CONFIGURATION=kde-linux
# This allows easy testing of the QtWidgets output of Union
override union:
cmake-options: -DBUILD_OUTPUT_QTWIDGETS=ON