refactor: move qt automoc, uic and rcc to a single place in Librarires.cmake

This commit is contained in:
sithlord48
2025-03-06 17:37:37 -05:00
committed by Nick Bolton
parent 0a23e62093
commit 256ba2411b
6 changed files with 5 additions and 12 deletions

View File

@ -35,6 +35,10 @@ macro(configure_libs)
find_program(DEPLOYQT macdeployqt)
endif()
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
message(STATUS "Qt version: ${Qt6_VERSION}")
option(ENABLE_COVERAGE "Enable test coverage" OFF)