From 796d6033322fbd5870649c2d7a856abf81ca6b65 Mon Sep 17 00:00:00 2001 From: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:23:25 +0000 Subject: Redesign the Input dialog (#1226) --- src/frontend/qt_sdl/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/frontend/qt_sdl/CMakeLists.txt') diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt index 3de536c..61a2d20 100644 --- a/src/frontend/qt_sdl/CMakeLists.txt +++ b/src/frontend/qt_sdl/CMakeLists.txt @@ -5,7 +5,9 @@ SET(SOURCES_QT_SDL main_shaders.h CheatsDialog.cpp EmuSettingsDialog.cpp - InputConfigDialog.cpp + InputConfig/InputConfigDialog.cpp + InputConfig/MapButton.h + InputConfig/resources/ds.qrc VideoSettingsDialog.cpp AudioSettingsDialog.cpp WifiSettingsDialog.cpp @@ -97,6 +99,7 @@ target_link_libraries(melonDS core) if (BUILD_STATIC) target_link_libraries(melonDS -static ${SDL2_STATIC_LIBRARIES} ${SLIRP_STATIC_LIBRARIES} ${LIBARCHIVE_STATIC_LIBRARIES}) + qt_import_plugins(melonDS INCLUDE Qt::QSvgPlugin) else() target_link_libraries(melonDS ${SDL2_LIBRARIES} ${SLIRP_LIBRARIES} ${LIBARCHIVE_LIBRARIES}) endif() -- cgit v1.2.3