Qt5_FOUND

This commit is contained in:
tooomm 2026-03-29 19:12:25 +02:00
parent f3370a4f52
commit fa77b696d0
17 changed files with 3 additions and 102 deletions

View file

@ -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})