mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CMake: Turn on rcc file embedding.
This commit is contained in:
@ -12,6 +12,7 @@ if (MSVC)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
set(CMAKE_AUTORCC ON)
|
||||||
|
|
||||||
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg)
|
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg)
|
||||||
message(STATUS "Found Qt version ${Qt6_VERSION}")
|
message(STATUS "Found Qt version ${Qt6_VERSION}")
|
||||||
|
Reference in New Issue
Block a user