CMake: Turn on rcc file embedding.

This commit is contained in:
Admiral H. Curtiss 2023-07-31 00:22:25 +02:00 committed by Nayla Hanegan
commit badf39a467
No known key found for this signature in database
GPG key ID: 3075216CED0DB01D

View file

@ -12,6 +12,7 @@ if (MSVC)
endif()
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg)
message(STATUS "Found Qt version ${Qt6_VERSION}")