blob: af381066555355764022a2d48fc9677d9aea8111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
# #####################################################################
# 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
#DEFINES += GPG4USB_NON_PORTABLE
#CONFIG += release static
CONFIG += debug
QT += network
# Input
OBJECTS_DIR=objectfiles
HEADERS += attachments.h \
gpgcontext.h \
mainwindow.h \
fileencryptiondialog.h \
keyimportdetaildialog.h \
mime.h \
keygendialog.h \
keygenthread.h \
keydetailsdialog.h \
keylist.h \
keymgmt.h \
settingsdialog.h \
attachmenttablemodel.h \
textedit.h \
editorpage.h \
quitdialog.h \
aboutdialog.h \
keyserverimportdialog.h \
verifynotification.h \
verifydetailsdialog.h \
verifykeydetailbox.h \
wizard.h \
helppage.h \
findwidget.h \
gpgconstants.h
SOURCES += attachments.cpp \
gpgcontext.cpp \
mainwindow.cpp \
main.cpp \
fileencryptiondialog.cpp \
keyimportdetaildialog.cpp \
mime.cpp \
keygendialog.cpp \
keygenthread.cpp \
keydetailsdialog.cpp \
keylist.cpp \
keymgmt.cpp \
settingsdialog.cpp \
attachmenttablemodel.cpp \
textedit.cpp \
editorpage.cpp \
quitdialog.cpp \
aboutdialog.cpp \
keyserverimportdialog.cpp \
verifynotification.cpp \
verifydetailsdialog.cpp \
verifykeydetailbox.cpp \
wizard.cpp \
helppage.cpp \
findwidget.cpp \
gpgconstants.cpp
RC_FILE = gpg4usb.rc
RESOURCES = gpg4usb.qrc
# comment out line below for static building
LIBS += -lgpgme \
-lgpg-error \
# 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
TRANSLATIONS = release/ts/gpg4usb_en.ts \
release/ts/gpg4usb_de.ts \
release/ts/gpg4usb_ru.ts \
release/ts/gpg4usb_pt_BR.ts \
release/ts/gpg4usb_es.ts \
release/ts/gpg4usb_vi.ts \
release/ts/gpg4usb_my.ts \
release/ts/gpg4usb_zh.ts \
release/ts/gpg4usb_zh_tw.ts \
release/ts/gpg4usb_he.ts \
release/ts/gpg4usb_sv.ts \
release/ts/gpg4usb_pl.ts \
release/ts/gpg4usb_el.ts \
release/ts/gpg4usb_ar.ts \
release/ts/gpg4usb_fr.ts
contains(DEFINES, GPG4USB_NON_PORTABLE) {
message(Building non portable version...)
}
|