forked from hzx1987227/rallets-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibqtss.pri
40 lines (37 loc) · 1.36 KB
/
libqtss.pri
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
# This file is part of project libQtShadowsocks
# Copyright (C) 2014-2015 Symeon Huang <[email protected]>
# Licensed Under LGPLv3
SOURCES += \
libqtss/lib/address.cpp \
libqtss/lib/addresstester.cpp \
libqtss/lib/chacha.cpp \
libqtss/lib/cipher.cpp \
libqtss/lib/common.cpp \
libqtss/lib/controller.cpp \
libqtss/lib/encryptor.cpp \
libqtss/lib/encryptorprivate.cpp \
libqtss/lib/rc4.cpp \
libqtss/lib/tcprelay.cpp \
libqtss/lib/udprelay.cpp \
libqtss/lib/httpproxy.cpp \
libqtss/lib/socketstream.cpp \
libqtss/lib/tcpserver.cpp \
libqtss/lib/profile.cpp
HEADERS += \
libqtss/lib/address.h \
libqtss/lib/addresstester.h \
libqtss/lib/chacha.h \
libqtss/lib/cipher.h \
libqtss/lib/common.h \
libqtss/lib/controller.h \
libqtss/lib/encryptor.h \
libqtss/lib/encryptorprivate.h \
libqtss/lib/export.h \
libqtss/lib/profile.h \
libqtss/lib/QtShadowsocks \
libqtss/lib/rc4.h \
libqtss/lib/tcprelay.h \
libqtss/lib/udprelay.h \
libqtss/lib/httpproxy.h \
libqtss/lib/socketstream.h \
libqtss/lib/tcpserver.h