Files
RedBear-OS/local/recipes/kde/kf6-prison/source/tests/CMakeLists.txt
T
vasilito 1e71b37bdb chore: close session — commit all remaining pre-existing state
Finalize all non-artifact changes accumulated from other sessions:
- config updates, recipe changes, source edits, patches
- pkgar/cache artifacts intentionally excluded (build outputs)

This is the maximum achievable scope for this session.
Hardware-accelerated KDE blocked by: QML gate, KWin/Plasma builds,
hardware GPU validation — all require build system + physical GPU.
2026-05-01 03:15:20 +01:00

4 lines
173 B
CMake

add_executable(prison-test)
target_sources(prison-test PRIVATE prisontest.cpp barcodeexamplewidget.cpp main.cpp)
target_link_libraries(prison-test Qt6::Widgets KF6::Prison)