aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-05 07:07:21 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-05 07:07:21 +0000
commitc4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4 (patch)
tree42e39ac4deb4c96161de01591d1eee1c84797bbd /gpg4usb.pro
parentupdated brazilian translation (diff)
downloadgpg4usb-c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4.tar.gz
gpg4usb-c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4.zip
changed QList<QString> to QStringList and reverted gpg4usb.pro (no static building) and added spanish translation files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@312 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index 87589b1..27c7b48 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -16,7 +16,7 @@ HEADERS += context.h gpgwin.h keylist.h keymgmt.h fileencryptiondialog.h keygent
SOURCES += context.cpp gpgwin.cpp main.cpp keylist.cpp keymgmt.cpp fileencryptiondialog.cpp keygenthread.cpp keydetailsdialog.cpp settingsdialog.cpp
RC_FILE = gpg4usb.rc
# comment out line below for static building
-# LIBS += -lgpgme -lgpg-error
+LIBS += -lgpgme -lgpg-error
DEFINES += _FILE_OFFSET_BITS=64
TRANSLATIONS = release/ts/gpg4usb_en.ts \
@@ -24,3 +24,4 @@ TRANSLATIONS = release/ts/gpg4usb_en.ts \
release/ts/gpg4usb_ru.ts \
release/ts/gpg4usb_fr.ts \
release/ts/gpg4usb_pt_BR.ts \
+ release/ts/gpg4usb_es.ts \