miserable little attempt at adding a dialog

This commit is contained in:
Arisotura
2020-05-17 02:37:23 +02:00
parent 978212e3e0
commit 2afa70b817
6 changed files with 292 additions and 0 deletions

View File

@ -2,6 +2,7 @@ project(qt_sdl)
SET(SOURCES_QT_SDL
main.cpp
EmuSettingsDialog.cpp
Platform.cpp
PlatformConfig.cpp
@ -19,6 +20,8 @@ find_package(Qt5 COMPONENTS Gui REQUIRED)
find_package(Qt5 COMPONENTS Widgets REQUIRED)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
find_package(PkgConfig REQUIRED)
pkg_check_modules(SDL2 REQUIRED sdl2)