Add SettingsDialog

This commit is contained in:
Florian Märkl 2019-08-15 23:42:23 +02:00
commit d435a9d368
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
4 changed files with 101 additions and 2 deletions

View file

@ -42,7 +42,9 @@ add_executable(chiaki
include/registdialog.h
src/registdialog.cpp
include/host.h
src/host.cpp)
src/host.cpp
include/settingsdialog.h
src/settingsdialog.cpp)
target_include_directories(chiaki PRIVATE include)
target_link_libraries(chiaki chiaki-lib chiaki-cli-lib)