diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-07-31 00:22:25 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-08-12 16:54:53 +0200 |
| commit | f2300d89cc88cd9720cbd7af603d66fee3ab4b41 (patch) | |
| tree | 7f82ed0d64d57ce759a2aa0bea7fc32fc389ab83 /Source/Core | |
| parent | a202d84570f510c2152591ef0b7e5f42bf5e043b (diff) | |
CMake: Turn on rcc file embedding.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 032f237eba..2f22853179 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -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}") |
