Add DynamicGridWidget

This commit is contained in:
Florian Märkl 2019-06-28 10:58:10 +02:00
commit 0e547f1540
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 166 additions and 1 deletions

View file

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