mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 01:25:10 -07:00
fix Qt variable name
This commit is contained in:
parent
af05c4e45d
commit
b6614beeb4
20 changed files with 41 additions and 45 deletions
|
|
@ -11,7 +11,7 @@ target_link_libraries(
|
|||
libcockatrice_deck_list
|
||||
Threads::Threads
|
||||
${GTEST_BOTH_LIBRARIES}
|
||||
${TEST_QT_MODULES}
|
||||
${QT_MODULES_TEST}
|
||||
)
|
||||
add_test(NAME deck_list_model_custom_zones_test COMMAND deck_list_model_custom_zones_test)
|
||||
|
||||
|
|
@ -28,6 +28,6 @@ target_link_libraries(
|
|||
libcockatrice_deck_list
|
||||
Threads::Threads
|
||||
${GTEST_BOTH_LIBRARIES}
|
||||
${TEST_QT_MODULES}
|
||||
${QT_MODULES_TEST}
|
||||
)
|
||||
add_test(NAME deck_list_model_zone_integration_test COMMAND deck_list_model_zone_integration_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue