mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Qt5_FOUND
This commit is contained in:
parent
f3370a4f52
commit
fa77b696d0
17 changed files with 3 additions and 102 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