diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-28 10:35:42 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-28 10:35:42 +0000 |
commit | c9e0f1742a44d3dd7ab283d3ad9c66890ece78e0 (patch) | |
tree | 43a9ad94a0ecbfd34b3da8b9c55d97682cc28277 /gpg4usb.pro | |
parent | corrected typo in settings-dialog and updated german language file (diff) | |
download | gpg4usb-c9e0f1742a44d3dd7ab283d3ad9c66890ece78e0.tar.gz gpg4usb-c9e0f1742a44d3dd7ab283d3ad9c66890ece78e0.zip |
create attachments dir if not existing
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@369 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 8265221..891aa43 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -11,8 +11,8 @@ DEPENDPATH += . INCLUDEPATH += . \ ./include -# CONFIG += release static -CONFIG += debug +CONFIG += release static +# CONFIG += debug # Input HEADERS += attachments.h \ @@ -42,7 +42,7 @@ RC_FILE = gpg4usb.rc # comment out line below for static building LIBS += -lgpgme \ - -lgpg-error + -lgpg-error DEFINES += _FILE_OFFSET_BITS=64 TRANSLATIONS = release/ts/gpg4usb_en.ts \ release/ts/gpg4usb_de.ts \ |