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

@ -60,5 +60,5 @@ target_include_directories(libcockatrice_network_server_remote PUBLIC .)
# Make cockatrice_server depend on cockatrice_protocol
target_link_libraries(
libcockatrice_network_server_remote PUBLIC libcockatrice_protocol libcockatrice_utility libcockatrice_rng
libcockatrice_deck_list ${COCKATRICE_QT_MODULES}
libcockatrice_deck_list ${QT_MODULES_COCKATRICE}
)