mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Embed custom dark theme for Windows.
This commit is contained in:
@ -363,6 +363,12 @@ add_executable(dolphin-emu
|
||||
WiiUpdate.h
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
target_sources(dolphin-emu PRIVATE
|
||||
Styles/Dark/dark.qrc
|
||||
)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
target_sources(dolphin-emu PRIVATE
|
||||
QtUtils/SignalDaemon.cpp
|
||||
|
Reference in New Issue
Block a user