mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add LoginPINDialog
This commit is contained in:
parent
a93b8718ef
commit
31fb11fd43
13 changed files with 208 additions and 26 deletions
|
@ -63,7 +63,9 @@ add_executable(chiaki WIN32
|
|||
src/manualhostdialog.cpp
|
||||
res/resources.qrc
|
||||
include/controllermanager.h
|
||||
src/controllermanager.cpp)
|
||||
src/controllermanager.cpp
|
||||
include/loginpindialog.h
|
||||
src/loginpindialog.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue