🚧 wip: chekkupointo

This commit is contained in:
2026-02-25 22:41:50 +01:00
parent 336105eee8
commit b13b3934f8
21 changed files with 1013 additions and 171 deletions
+8 -9
View File
@@ -7,19 +7,18 @@ add_executable(tst_configmgr
tst_configmgr.cpp
)
add_executable(tst_imagemodel
tst_imagemodel.cpp
)
# add_executable(tst_imagemodel
# tst_imagemodel.cpp
# )
add_test(NAME tst_configmgr COMMAND tst_configmgr)
add_test(NAME tst_imagemodel COMMAND tst_imagemodel)
# add_test(NAME tst_imagemodel COMMAND tst_imagemodel)
target_link_libraries(tst_configmgr PRIVATE
Qt6::Test
${CORELIB_NAME}
)
target_link_libraries(tst_imagemodel PRIVATE
Qt6::Test
${CORELIB_NAME}
)
# target_link_libraries(tst_imagemodel PRIVATE
# Qt6::Test
# ${CORELIB_NAME}
# )