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 090c79c..87fa331 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -39,6 +39,7 @@ HEADERS += attachments.h \ verifykeydetailbox.h \ wizard.h \ helppage.h \ + findwidget.h \ gpgconstants.h SOURCES += attachments.cpp \ @@ -64,6 +65,7 @@ SOURCES += attachments.cpp \ verifykeydetailbox.cpp \ wizard.cpp \ helppage.cpp \ + findwidget.cpp \ gpgconstants.cpp RC_FILE = gpg4usb.rc |