CMake: Turn on rcc file embedding.

This commit is contained in:
Admiral H. Curtiss
2023-08-12 16:54:53 +02:00
parent a202d84570
commit f2300d89cc
+1
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}")