aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro14
1 files changed, 6 insertions, 8 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index 83c46e8..ce18643 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -3,22 +3,20 @@
######################################################################
TEMPLATE = app
-unix:TARGET = start_linux
-win32:TARGET = start_windows
-mac:TARGET = start_mac
+#unix:TARGET = start_linux
+#win32:TARGET = start_windows
+#mac:TARGET = start_mac
DESTDIR = release
DEPENDPATH += .
-INCLUDEPATH += .
+INCLUDEPATH += . ./include
+CONFIG += release static
# Input
HEADERS += context.h gpgwin.h keylist.h attachments.h keymgmt.h fileencryptiondialog.h
SOURCES += context.cpp gpgwin.cpp main.cpp keylist.cpp attachments.cpp keymgmt.cpp fileencryptiondialog.cpp
RC_FILE = gpg4usb.rc
-# For Static build on Linux: uncomment line below
-#LIBS += lib/libgpgme.a -static-libgcc -Llib
-#LIBS += lib/libgpgme.a
+# comment out line below for static building
LIBS += -lgpgme -lgpg-error
-#LIBS += lib/libgpgme.a -Llib
DEFINES += _FILE_OFFSET_BITS=64
TRANSLATIONS = release/ts/gpg4usb_en.ts \