-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtcpview.pro
172 lines (151 loc) · 3.69 KB
/
tcpview.pro
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
#/* This file is part of "TcpView For Linux" - network connections viewer for Linux
# * Copyright (C) 2019 chipmunk-sm <[email protected]>
# *
# * This program is free software: you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * the Free Software Foundation, either version 3 of the License, or
# * (at your option) any later version.
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# * GNU General Public License for more details.
# *
# * You should have received a copy of the GNU General Public License
# * along with this program. If not, see <http://www.gnu.org/licenses/>.
# */
QT += core gui
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
LIBS += -luuid
TARGET = tcpview
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
source/buffer.cpp \
source/datasource.cpp \
source/rootmodule.cpp \
source/cconnectionstree.cpp \
source/ccustomproxymodel.cpp \
source/ccfontsize.cpp \
source/cfilesavewrapper.cpp \
source/updatethread.cpp \
source/cportservicenames.cpp \
source/cusername.cpp \
source/clanguage.cpp
HEADERS += mainwindow.h \
source/buffer.h \
source/datasource.h \
source/rootmodule.h \
source/cconnectionstree.h \
source/tableheadercaption.h \
source/ccustomproxymodel.h \
source/ccfontsize.h \
source/cfilesavewrapper.h \
source/updatethread.h \
source/cportservicenames.h \
source/cusername.h \
source/clanguage.h \
source/defined.h
FORMS += mainwindow.ui
DISTFILES += \
data/tcpview.svg \
data/tcpviewb.svg \
data/tcpvieww.svg \
data/tcpview.desktop \
debian/compat \
debian/control \
debian/copyright \
debian/tcpview.install \
debian/rules \
debian/source/format \
README.md \
LICENSE \
debian/changelog
RESOURCES += \
tcpview.qrc
# lupdate -no-obsolete -verbose -pro tcpview.pro
# cd translations
# linguist language_en.ts language_cs.ts language_de.ts language_fr.ts language_ja.ts language_pl.ts language_ru.ts language_sl.ts language_zh_CN.ts language_zh_TW.ts
# cd ..
# lrelease -removeidentical -compress tcpview.pro
TRANSLATIONS += \
translations/language_en.ts \
translations/language_cs.ts \
translations/language_de.ts \
translations/language_fr.ts \
translations/language_ja.ts \
translations/language_pl.ts \
translations/language_ru.ts \
translations/language_sl.ts \
translations/language_zh_CN.ts \
translations/language_zh_TW.ts
#af Afrikaans
#sq Albanian
#ar Arabic
#eu Basque
#be Belarusian
#bs Bosnian
#bg Bulgarian
#ca Catalan
#hr Croatian
#zh_cn Chinese (Simplified)
#zh_tw Chinese (Traditional)
#cs Czech
#da Danish
#nl Dutch
#en English
#en_us English (US)
#et Estonian
#fa Farsi
#fil Filipino
#fi Finnish
#fr French
#fr_ca French (Canada)
#ga Gaelic
#gl Gallego
#ka Georgian
#de German
#de_du German (Personal)
#el Greek
#gu Gujarati
#he Hebrew
#hi Hindi
#hu Hungarian
#is Icelandic
#id Indonesian
#it Italian
#ja Japanese
#kn Kannada
#km Khmer
#ko Korean
#lo Lao
#lt Lithuanian
#lv Latvian
#ml Malayalam
#ms Malaysian
#mi_tn Maori (Ngai Tahu)
#mi_wwow Maori (Waikoto Uni)
#mn Mongolian
#no Norwegian
#no_gr Norwegian (Primary)
#nn Nynorsk
#pl Polish
#pt Portuguese
#pt_br Portuguese (Brazil)
#ro Romanian
#ru Russian
#sm Samoan
#sr Serbian
#sk Slovak
#sl Slovenian
#so Somali
#es Spanish (International)
#sv Swedish
#tl Tagalog
#ta Tamil
#th Thai
#to Tongan
#tr Turkish
#uk Ukrainian
#vi Vietnamese