diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-09-23 21:49:39 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-09-23 21:49:39 +0000 |
| commit | 9b1903f4b902a4e9d1aa16888f82d8268c2cf4ef (patch) | |
| tree | 4840f09cff2b5d43435eedc28d96dccc5daff374 /CMakeLists.txt | |
| parent | 05db351e119beb53ffc0046509a022ae9c471f15 (diff) | |
Add dialogs for hardware key generation UI
The key creation is handed off to the platform implementation. Windows
will show its own Windows Security UI. On Unix, the application itself
provides the PIN directly, enforcing a minimum of six characters.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9143be..86e9e4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,6 +127,8 @@ qt_add_executable(Attorney_Online src/saved_auth.h src/saved_auth.cpp src/tpm/tpm.h + src/widgets/hardware_key_generate_dialog.h + src/widgets/hardware_key_generate_dialog.cpp ) if(WIN32) |
