aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro13
1 files changed, 7 insertions, 6 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index dc3a698..e560ea6 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,11 +55,12 @@ 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
+# comment in for static buildding in windows
+#INCLUDEPATH += ./winbuild/include
+#LIBS +=./winbuild/lib/libgpgme.a ./winbuild/lib/libgpg-error.a
DEFINES += _FILE_OFFSET_BITS=64