aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-13 02:13:22 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-13 02:13:22 +0000
commit11e79831fc3005af508a0b3b35ebc81a451de586 (patch)
tree39b6d2d9a56366dbb540349a7ec1ed6452c17b9e /gpg4usb.pro
parentupdate roadmap (diff)
downloadgpg4usb-11e79831fc3005af508a0b3b35ebc81a451de586.tar.gz
gpg4usb-11e79831fc3005af508a0b3b35ebc81a451de586.zip
add scripts, structure and readme for crosscompiling for win & lin32, partially taken from unetbootin
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@211 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-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 \