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 a29a818..3b7a682 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -33,6 +33,7 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ + aboutdialog.h \ keyserverimportdialog.h \ verifynotification.h \ verifydetailsdialog.h \ @@ -58,6 +59,7 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ + aboutdialog.cpp \ keyserverimportdialog.cpp \ verifynotification.cpp \ verifydetailsdialog.cpp \ |