cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
206 B
CMake
12 lines
206 B
CMake
include(ECMMarkAsTest)
|
|
|
|
find_package(Qt6Test REQUIRED)
|
|
|
|
add_executable(qimageitemtest qimageitemtest.cpp)
|
|
|
|
ecm_mark_as_test(qimageitemtest)
|
|
target_link_libraries(qimageitemtest
|
|
Qt6::Quick
|
|
Qt6::Test
|
|
)
|