treeland/examples/test_capture
rewine cf91ae1312 refactor: use unified CI build preset with Werror
1. Replace manual CMake configuration with --preset ci in all ArchLinux
workflows
2. Add new CI build preset in CMakePresets.json with -Werror enabled
3. Remove redundant per-project CMake configuration steps
4. Simplify workflow steps by combining configure and build phases
5. Maintain compatibility with existing build requirements while
standardizing

The changes standardize build configuration across projects using a
centralized CMake preset. This ensures consistent build behavior while
maintaining the strict -Werror flag for CI builds. The update simplifies
workflow maintenance and improves build reliability by using CMake's
modern preset system.
2025-08-18 16:01:51 +08:00
..
images chore: add unit tests 2024-11-14 14:40:23 +08:00
CMakeLists.txt feat: add frame done mechanism 2024-11-25 15:44:50 +08:00
Main.qml feat: add frame done mechanism 2024-11-25 15:44:50 +08:00
capture.cpp fix: replace Q_EMIT and Q_SLOTS with signals/slots 2025-08-07 19:08:26 +08:00
capture.h fix: test capture crash 2024-12-10 20:15:18 +08:00
main.cpp refactor: use unified CI build preset with Werror 2025-08-18 16:01:51 +08:00
player.cpp refactor: use unified CI build preset with Werror 2025-08-18 16:01:51 +08:00
player.h chore: remove unused includes and declaration 2024-11-20 15:48:15 +08:00
subwindow.cpp feat: update example to support record 2024-11-20 13:44:08 +08:00
subwindow.h fix: replace Q_EMIT and Q_SLOTS with signals/slots 2025-08-07 19:08:26 +08:00