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 ef8e2a1..e43c645 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -30,7 +30,8 @@ HEADERS += attachments.h \ editorpage.h \ quitdialog.h \ keyserverimportdialog.h \ - verifynotification.h + verifynotification.h \ + verifydetailsdialog.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -47,7 +48,8 @@ SOURCES += attachments.cpp \ editorpage.cpp \ quitdialog.cpp \ keyserverimportdialog.cpp \ - verifynotification.cpp + verifynotification.cpp \ + verifydetailsdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |