mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-21 18:06:18 +00:00
add window icons (#92)
This commit is contained in:
parent
f2691d83b8
commit
58ae9c3ade
4 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ option(ENABLE_QT_GUI "Enable the Qt GUI. If not selected then the emulator uses
|
|||
if(ENABLE_QT_GUI)
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Concurrent)
|
||||
qt_standard_project_setup()
|
||||
set(CMAKE_AUTORCC ON)
|
||||
endif()
|
||||
|
||||
# This function should be passed a list of all files in a target. It will automatically generate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue