mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
trying to fix actions (again)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user