diff options
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 0ab3204..18dc1b3 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -23,6 +23,7 @@ HEADERS += attachments.h \ fileencryptiondialog.h \ mime.h \ keygenthread.h \ + keygendialog.h \ keydetailsdialog.h \ settingsdialog.h \ attachmenttablemodel.h \ @@ -38,6 +39,7 @@ SOURCES += attachments.cpp \ fileencryptiondialog.cpp \ mime.cpp \ keygenthread.cpp \ + keygendialog.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ |