aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-26 21:22:18 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-26 21:22:18 +0000
commitc603bf4203aff518795e5991a0561e714a8bd219 (patch)
treeb07a57d71cc2ae42198dff7f39018f50b2308943
parentgit test2 (diff)
downloadgpg4usb-c603bf4203aff518795e5991a0561e714a8bd219.tar.gz
gpg4usb-c603bf4203aff518795e5991a0561e714a8bd219.zip
added file to build gpg4usb staticly on windows
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@580 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--gpg4usb.pro.windows.static83
1 files changed, 83 insertions, 0 deletions
diff --git a/gpg4usb.pro.windows.static b/gpg4usb.pro.windows.static
new file mode 100644
index 0000000..488f7ad
--- /dev/null
+++ b/gpg4usb.pro.windows.static
@@ -0,0 +1,83 @@
+# #####################################################################
+# Automatically generated by qmake (2.01a) Mi Mai 21 02:28:39 2008
+# #####################################################################
+TEMPLATE = app
+
+# unix:TARGET = start_linux
+# win32:TARGET = start_windows
+# mac:TARGET = start_mac
+DESTDIR = release
+DEPENDPATH += .
+INCLUDEPATH += . \
+ ./include
+
+# Comment in line below for static building
+CONFIG += release static
+
+# Comment out line below for static building
+#CONFIG += debug
+
+QT += network
+# Input
+HEADERS += attachments.h \
+ context.h \
+ gpgwin.h \
+ keylist.h \
+ keymgmt.h \
+ fileencryptiondialog.h \
+ mime.h \
+ keygenthread.h \
+ keydetailsdialog.h \
+ settingsdialog.h \
+ attachmenttablemodel.h \
+ textedit.h \
+ editorpage.h \
+ quitdialog.h \
+ keyserverimportdialog.h \
+ verifynotification.h \
+ verifydetailsdialog.h \
+ verifykeydetailbox.h
+SOURCES += attachments.cpp \
+ context.cpp \
+ gpgwin.cpp \
+ main.cpp \
+ keylist.cpp \
+ keymgmt.cpp \
+ fileencryptiondialog.cpp \
+ mime.cpp \
+ keygenthread.cpp \
+ keydetailsdialog.cpp \
+ settingsdialog.cpp \
+ attachmenttablemodel.cpp \
+ textedit.cpp \
+ editorpage.cpp \
+ quitdialog.cpp \
+ keyserverimportdialog.cpp \
+ verifynotification.cpp \
+ verifydetailsdialog.cpp \
+ verifykeydetailbox.cpp
+RC_FILE = gpg4usb.rc
+
+# comment out line below for static building
+# BEGIN
+#LIBS += -lgpgme \
+# -lgpg-error \
+# END
+
+# comment in for static buildding in windows
+#BEGIN
+INCLUDEPATH += ./winbuild/include
+LIBS +=./winbuild/lib/libgpgme.a ./winbuild/lib/libgpg-error.a
+DEFINES += STATICWINDOWS
+QMAKE_LFLAGS += -Wl,-subsystem,windows
+QMAKE_LFLAGS +=-static-libgcc
+# END
+
+DEFINES += _FILE_OFFSET_BITS=64
+TRANSLATIONS = release/ts/gpg4usb_en.ts \
+ release/ts/gpg4usb_de.ts \
+ release/ts/gpg4usb_ru.ts \
+ release/ts/gpg4usb_fr.ts \
+ release/ts/gpg4usb_it.ts \
+ release/ts/gpg4usb_pt_BR.ts \
+ release/ts/gpg4usb_es.ts