diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 21:28:13 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-10 21:28:13 +0000 |
commit | 00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd (patch) | |
tree | 1d758444bc55f273226ecbff43862a742d836274 /gpg4usb.pro | |
parent | updated TODO (diff) | |
download | gpg4usb-00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd.tar.gz gpg4usb-00bebcf42b3cd9cfdba11442d34ac2e3ed7da3bd.zip |
add mime-parser and basic attachment-recognise and show functionality
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@322 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index b997851..06441c7 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -12,8 +12,8 @@ INCLUDEPATH += . ./include CONFIG += release static # Input -HEADERS += attachments.h context.h gpgwin.h keylist.h keymgmt.h fileencryptiondialog.h keygenthread.h keydetailsdialog.h settingsdialog.h -SOURCES += attachments.cpp context.cpp gpgwin.cpp main.cpp keylist.cpp keymgmt.cpp fileencryptiondialog.cpp keygenthread.cpp keydetailsdialog.cpp settingsdialog.cpp +HEADERS += attachments.h context.h gpgwin.h keylist.h keymgmt.h fileencryptiondialog.h mime.h keygenthread.h keydetailsdialog.h settingsdialog.h +SOURCES += attachments.cpp context.cpp gpgwin.cpp main.cpp keylist.cpp keymgmt.cpp fileencryptiondialog.cpp mime.cpp keygenthread.cpp keydetailsdialog.cpp settingsdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building LIBS += -lgpgme -lgpg-error |