cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
5 lines
161 B
CMake
5 lines
161 B
CMake
find_package(Qt6Qml REQUIRED)
|
|
|
|
add_executable(kglobalacceltest kglobalacceltest.cpp)
|
|
target_link_libraries(kglobalacceltest KF6::GlobalAccel Qt6::Qml Qt6::Test)
|