mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-22 20:59:02 +02:00
Fix comp
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4dfd184b16
commit
674e97e383
3 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Network {
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ target_sources(yuzu PRIVATE
|
|||
)
|
||||
|
||||
# Add the QRC file to package in all QM files
|
||||
qt_add_resources(
|
||||
qt_add_resources(yuzu
|
||||
${QRC_COMPAT_LIST}
|
||||
${QRC_ICONS}
|
||||
${QRC_THEMES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue