mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add RegistDialog
This commit is contained in:
parent
42cca4618f
commit
3d325221d1
4 changed files with 109 additions and 1 deletions
|
@ -38,7 +38,9 @@ add_executable(chiaki
|
|||
include/servericonwidget.h
|
||||
src/servericonwidget.cpp
|
||||
include/settings.h
|
||||
src/settings.cpp)
|
||||
src/settings.cpp
|
||||
include/registdialog.h
|
||||
src/registdialog.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib chiaki-cli-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue