diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 10:35:43 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 10:35:43 +0200 |
| commit | 5a610c82fc4fc52d69cdd4773ad421e04c53840e (patch) | |
| tree | a4aca77a306a2f07f86722bb6b5c80a0b61869b9 /src/kristall.pro | |
| parent | 7fe42f659e53092b314a0542871c417e768bb6da (diff) | |
| download | kristall-5a610c82fc4fc52d69cdd4773ad421e04c53840e.tar.gz | |
Starts implementation of certificate import/export.
Diffstat (limited to 'src/kristall.pro')
| -rw-r--r-- | src/kristall.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro index 667677a..d74bfad 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -48,6 +48,7 @@ SOURCES += \ abouthandler.cpp \ browsertab.cpp \ certificatehelper.cpp \ + certificateiodialog.cpp \ certificatemanagementdialog.cpp \ certificateselectiondialog.cpp \ cryptoidentity.cpp \ @@ -85,6 +86,7 @@ HEADERS += \ abouthandler.hpp \ browsertab.hpp \ certificatehelper.hpp \ + certificateiodialog.hpp \ certificatemanagementdialog.hpp \ certificateselectiondialog.hpp \ cryptoidentity.hpp \ @@ -119,6 +121,7 @@ HEADERS += \ FORMS += \ browsertab.ui \ + certificateiodialog.ui \ certificatemanagementdialog.ui \ certificateselectiondialog.ui \ mainwindow.ui \ |
