mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-04 01:33:20 +00:00
trying to fix actions (again)
This commit is contained in:
parent
096316619a
commit
7b5d8e5ff9
2 changed files with 125 additions and 1 deletions
|
@ -310,7 +310,8 @@ set(INPUT src/input/controller.cpp
|
|||
|
||||
if(ENABLE_QT_GUI)
|
||||
qt_add_resources(RESOURCE_FILES src/shadps4.qrc)
|
||||
set(QT_GUI
|
||||
|
||||
set(QT_GUI
|
||||
src/qt_gui/main_window_ui.h
|
||||
src/qt_gui/main_window.cpp
|
||||
src/qt_gui/main_window.h
|
||||
|
@ -346,6 +347,8 @@ qt_add_executable(shadps4
|
|||
${COMMON}
|
||||
${CORE}
|
||||
${VIDEO_CORE}
|
||||
src/sdl_window.h
|
||||
src/sdl_window.cpp
|
||||
)
|
||||
else()
|
||||
add_executable(shadps4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue