source: psi/trunk/cutestuff/adconn.pro@ 59

Last change on this file since 59 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 699 bytes
Line 
1CONFIG += thread
2TARGET = adconn
3
4DEFINES += PROX_DEBUG
5
6INCLUDEPATH += util network sasl
7
8HEADERS = \
9 util/bytestream.h \
10 util/base64.h \
11 util/sha1.h \
12 util/bconsole.h \
13 util/qrandom.h \
14 network/ndns.h \
15 network/srvresolver.h \
16 network/bsocket.h \
17 network/httpconnect.h \
18 network/httppoll.h \
19 network/servsock.h \
20 network/socks.h \
21 sasl/qsasl.h \
22 adconn.h
23
24SOURCES = \
25 util/bytestream.cpp \
26 util/base64.cpp \
27 util/sha1.cpp \
28 util/bconsole.cpp \
29 util/qrandom.cpp \
30 network/ndns.cpp \
31 network/srvresolver.cpp \
32 network/bsocket.cpp \
33 network/httpconnect.cpp \
34 network/httppoll.cpp \
35 network/servsock.cpp \
36 network/socks.cpp \
37 sasl/qsasl.cpp \
38 adconn.cpp
39
40LIBS += -lsasl2
41
Note: See TracBrowser for help on using the repository browser.