mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Qt5_FOUND
This commit is contained in:
parent
1fdec70ac3
commit
d47619e21d
16 changed files with 1 additions and 56 deletions
|
|
@ -14,8 +14,6 @@ set(HEADERS
|
|||
|
||||
if(Qt6_FOUND)
|
||||
qt6_wrap_cpp(MOC_SOURCES ${HEADERS})
|
||||
elseif(Qt5_FOUND)
|
||||
qt5_wrap_cpp(MOC_SOURCES ${HEADERS})
|
||||
endif()
|
||||
|
||||
add_library(libcockatrice_interfaces STATIC ${MOC_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue