feat: add KF6 Pty recipe source

This commit is contained in:
2026-05-07 08:02:04 +01:00
parent e67336a75f
commit 52954456f2
130 changed files with 845218 additions and 0 deletions
@@ -0,0 +1,12 @@
include(ECMMarkAsTest)
include(ECMMarkNonGuiExecutable)
find_package(Qt6 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Test)
remove_definitions(-DQT_NO_CAST_FROM_ASCII)
add_executable(kptyprocesstest kptyprocesstest.cpp)
target_link_libraries(kptyprocesstest KF6::Pty Qt6::Test)
ecm_mark_as_test(kptyprocesstest)
ecm_mark_nongui_executable(kptyprocesstest)
add_test(NAME kptyprocesstest COMMAND kptyprocesstest)