diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-03-12 00:54:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-03-12 00:54:11 +0000 |
commit | f8b267c2c2f5dbe5f4a8bfdf352e2e664a52bac5 (patch) | |
tree | c14e2d5075305d9c0efa21d984c37ebade635612 /gpg4usb.pro | |
parent | updated spanish translation (diff) | |
download | gpg4usb-f8b267c2c2f5dbe5f4a8bfdf352e2e664a52bac5.tar.gz gpg4usb-f8b267c2c2f5dbe5f4a8bfdf352e2e664a52bac5.zip |
added import key from keyserver dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@480 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rw-r--r-- | gpg4usb.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 0ab3204..dc50340 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -13,7 +13,7 @@ INCLUDEPATH += . \ # CONFIG += release static CONFIG += debug - +QT += network # Input HEADERS += attachments.h \ context.h \ @@ -28,7 +28,8 @@ HEADERS += attachments.h \ attachmenttablemodel.h \ textedit.h \ editorpage.h \ - quitdialog.h + quitdialog.h \ + keyserverimportdialog.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -43,7 +44,8 @@ SOURCES += attachments.cpp \ attachmenttablemodel.cpp \ textedit.cpp \ editorpage.cpp \ - quitdialog.cpp + quitdialog.cpp \ + keyserverimportdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |