diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-23 21:36:29 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-23 21:36:29 +0000 |
commit | ace0bc4f1c0d46194eb95efe9c14fed7ec4a7966 (patch) | |
tree | 782cae6d6d0dbf7e6ff980c4d7ac5c5c082b5431 /gpg4usb.pro | |
parent | verifydetaildialog doesn't crash anymore (diff) | |
download | gpg4usb-ace0bc4f1c0d46194eb95efe9c14fed7ec4a7966.tar.gz gpg4usb-ace0bc4f1c0d46194eb95efe9c14fed7ec4a7966.zip |
reverted gpg4usb.pro
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@566 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 13 |
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 |