aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro14
1 files changed, 8 insertions, 6 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index ed58560..d621071 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -13,8 +13,8 @@ INCLUDEPATH += . \
#DEFINES += GPG4USB_NON_PORTABLE
-#CONFIG += release static
-CONFIG += debug
+CONFIG += release static
+#CONFIG += release
QT += network
# Input
HEADERS += attachments.h \
@@ -39,6 +39,7 @@ HEADERS += attachments.h \
verifykeydetailbox.h \
wizard.h \
helppage.h \
+# gpgproc.h \
gpgconstants.h
SOURCES += attachments.cpp \
@@ -64,6 +65,7 @@ SOURCES += attachments.cpp \
verifykeydetailbox.cpp \
wizard.cpp \
helppage.cpp \
+# gpgproc.cpp \
gpgconstants.cpp
RC_FILE = gpg4usb.rc
@@ -71,12 +73,12 @@ RC_FILE = gpg4usb.rc
RESOURCES = gpg4usb.qrc
# comment out line below for static building
-LIBS += -lgpgme \
- -lgpg-error \
+#LIBS += -lgpgme \
+# -lgpg-error \
# comment in for static buildding in windows
-#INCLUDEPATH += ./winbuild/include
-#LIBS +=./winbuild/lib/libgpgme.a ./winbuild/lib/libgpg-error.a
+INCLUDEPATH += ./macbuild/include
+LIBS +=./macbuild/lib/libgpgme.a ./macbuild/lib/libgpg-error.a
DEFINES += _FILE_OFFSET_BITS=64