fix Qt variable name

This commit is contained in:
tooomm 2026-09-06 19:41:52 +02:00
parent af05c4e45d
commit b6614beeb4
20 changed files with 41 additions and 45 deletions

View file

@ -7,6 +7,6 @@ endif()
target_link_libraries(
loading_from_clipboard_test libcockatrice_deck_list libcockatrice_card Threads::Threads ${GTEST_BOTH_LIBRARIES}
${TEST_QT_MODULES}
${QT_MODULES_TEST}
)
add_test(NAME loading_from_clipboard_test COMMAND loading_from_clipboard_test)