diff options
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index dc50340..ef8e2a1 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -29,7 +29,8 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ - keyserverimportdialog.h + keyserverimportdialog.h \ + verifynotification.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -45,7 +46,8 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ - keyserverimportdialog.cpp + keyserverimportdialog.cpp \ + verifynotification.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |