Integrate CLI in GUI

This commit is contained in:
Florian Märkl 2019-08-11 20:19:55 +02:00
commit 3148f1ea93
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
7 changed files with 136 additions and 148 deletions

View file

@ -19,8 +19,6 @@ add_executable(chiaki
src/streamwindow.cpp
include/videodecoder.h
src/videodecoder.cpp
include/discoverycmd.h
src/discoverycmd.cpp
include/mainwindow.h
src/mainwindow.cpp
include/dynamicgridwidget.h
@ -39,7 +37,7 @@ add_executable(chiaki
src/avopenglframeuploader.cpp)
target_include_directories(chiaki PRIVATE include)
target_link_libraries(chiaki chiaki-lib)
target_link_libraries(chiaki chiaki-lib chiaki-cli-lib)
target_link_libraries(chiaki FFMPEG::avcodec)
target_link_libraries(chiaki Qt5::Core Qt5::Widgets Qt5::Gui Qt5::Multimedia Qt5::OpenGL)
if(CHIAKI_GUI_ENABLE_QT_GAMEPAD)