MPV is working now

This commit is contained in:
Chris Cochrun 2022-02-18 11:33:22 -06:00
parent 6aab0acd27
commit ef1cb70d10
17 changed files with 1630 additions and 48 deletions

View file

@ -4,6 +4,8 @@ target_sources(presenter
PRIVATE
main.cpp resources.qrc
songlistmodel.cpp songlistmodel.h
mpvobject.h mpvobject.cpp
qthelper.hpp mpvhelpers.h
)
target_link_libraries(presenter
@ -13,8 +15,10 @@ target_link_libraries(presenter
Qt5::QuickControls2
Qt5::Widgets
Qt5::Sql
Qt5::X11Extras
KF5::Kirigami2
KF5::I18n
mpv
)
target_compile_options (presenter PUBLIC -fexceptions)