aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-23 20:59:50 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-23 20:59:50 +0000
commita7fe86aeef32ac8a7c8ab8f64dfde2e5124a7ca8 (patch)
tree5008271197962e608e132bc8f0cc0550ef8d4f7e /gpg4usb.pro
parentchanged to GPLv3 (diff)
downloadgpg4usb-a7fe86aeef32ac8a7c8ab8f64dfde2e5124a7ca8.tar.gz
gpg4usb-a7fe86aeef32ac8a7c8ab8f64dfde2e5124a7ca8.zip
verifydetaildialog doesn't crash anymore
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@565 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro13
1 files changed, 9 insertions, 4 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index b755a1f..dc3a698 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -11,8 +11,8 @@ DEPENDPATH += .
INCLUDEPATH += . \
./include
-# CONFIG += release static
-CONFIG += debug
+CONFIG += release static
+#CONFIG += debug
QT += network
# Input
HEADERS += attachments.h \
@@ -55,8 +55,13 @@ SOURCES += attachments.cpp \
RC_FILE = gpg4usb.rc
# comment out line below for static building
-LIBS += -lgpgme \
- -lgpg-error
+#LIBS += -lgpgme \
+# -lgpg-error \
+
+INCLUDEPATH += ./winbuild/include
+LIBS +=./winbuild/lib/libgpgme.a ./winbuild/lib/libgpg-error.a
+
+
DEFINES += _FILE_OFFSET_BITS=64
TRANSLATIONS = release/ts/gpg4usb_en.ts \
release/ts/gpg4usb_de.ts \