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 0971ea6..25265f1 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -26,7 +26,8 @@ HEADERS += attachments.h \ keydetailsdialog.h \ settingsdialog.h \ attachmenttablemodel.h \ - textedit.h + textedit.h \ + editorpage.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -39,7 +40,8 @@ SOURCES += attachments.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ - textedit.cpp + textedit.cpp \ + editorpage.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |