aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-08-28 10:35:42 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-08-28 10:35:42 +0000
commitc9e0f1742a44d3dd7ab283d3ad9c66890ece78e0 (patch)
tree43a9ad94a0ecbfd34b3da8b9c55d97682cc28277 /gpg4usb.pro
parentcorrected typo in settings-dialog and updated german language file (diff)
downloadgpg4usb-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 '')
-rw-r--r--gpg4usb.pro6
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 \