updates to build system
This commit is contained in:
parent
b5911d6ed4
commit
02c3e84cb6
8 changed files with 97 additions and 36 deletions
|
@ -1,4 +1,5 @@
|
|||
add_executable(presenter)
|
||||
|
||||
add_executable(presenter main.cpp resources.qrc)
|
||||
|
||||
target_sources(presenter
|
||||
PRIVATE
|
||||
|
@ -15,20 +16,4 @@ target_sources(presenter
|
|||
mpv/qthelper.hpp mpv/mpvhelpers.h
|
||||
)
|
||||
|
||||
target_link_libraries(presenter
|
||||
Qt5::Quick
|
||||
Qt5::Qml
|
||||
Qt5::Gui
|
||||
Qt5::QuickControls2
|
||||
Qt5::Widgets
|
||||
Qt5::Sql
|
||||
Qt5::X11Extras
|
||||
KF5::Kirigami2
|
||||
KF5::CoreAddons
|
||||
KF5::I18n
|
||||
KF5::Archive
|
||||
podofo
|
||||
mpv
|
||||
)
|
||||
|
||||
target_compile_options (presenter PUBLIC -fexceptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue