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 c7917db..772dda1 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -35,7 +35,8 @@ HEADERS += attachments.h \ verifynotification.h \ verifydetailsdialog.h \ verifykeydetailbox.h \ - wizard.h + wizard.h \ + helppage.h SOURCES += attachments.cpp \ gpgcontext.cpp \ @@ -58,7 +59,8 @@ SOURCES += attachments.cpp \ verifynotification.cpp \ verifydetailsdialog.cpp \ verifykeydetailbox.cpp \ - wizard.cpp + wizard.cpp \ + helppage.cpp RC_FILE = gpg4usb.rc |