diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-30 18:13:10 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-30 18:13:10 +0000 |
commit | 5128c37a83f6d6efa5dad3170d91a9e0b9437682 (patch) | |
tree | 1723ba5da9845d3412ca397c94aeaa3d1ab90ed2 /gpg4usb.pro | |
parent | refactored gpgwin -> mainwindow and context -> gpgcontext (diff) | |
download | gpg4usb-5128c37a83f6d6efa5dad3170d91a9e0b9437682.tar.gz gpg4usb-5128c37a83f6d6efa5dad3170d91a9e0b9437682.zip |
put keygendialog to seperate files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@589 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 4cce0ca..7d9b4dc 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -22,6 +22,7 @@ HEADERS += attachments.h \ keymgmt.h \ fileencryptiondialog.h \ mime.h \ + keygendialog.h \ keygenthread.h \ keydetailsdialog.h \ settingsdialog.h \ @@ -33,6 +34,7 @@ HEADERS += attachments.h \ verifynotification.h \ verifydetailsdialog.h \ verifykeydetailbox.h + SOURCES += attachments.cpp \ gpgcontext.cpp \ mainwindow.cpp \ @@ -41,6 +43,7 @@ SOURCES += attachments.cpp \ keymgmt.cpp \ fileencryptiondialog.cpp \ mime.cpp \ + keygendialog.cpp \ keygenthread.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ |