mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
Only link Qt::Core instead of COCKATRICE_QT_MODULES to libraries, if possible.
Took 2 minutes
This commit is contained in:
parent
3accb47e29
commit
396eecdece
4 changed files with 4 additions and 8 deletions
|
|
@ -52,5 +52,5 @@ target_include_directories(
|
|||
target_link_libraries(
|
||||
libcockatrice_card
|
||||
PUBLIC libcockatrice_settings
|
||||
PUBLIC ${COCKATRICE_QT_MODULES}
|
||||
PUBLIC ${QT_CORE_MODULE}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue