Add stub MainWindow

This commit is contained in:
Florian Märkl 2019-06-28 09:13:12 +02:00
commit 498e48e4f6
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
4 changed files with 67 additions and 2 deletions

View file

@ -14,7 +14,9 @@ add_executable(chiaki
include/videodecoder.h
src/videodecoder.cpp
include/discoverycmd.h
src/discoverycmd.cpp)
src/discoverycmd.cpp
include/mainwindow.h
src/mainwindow.cpp)
target_include_directories(chiaki PRIVATE include)
target_link_libraries(chiaki chiaki-lib)