tests: make sure that References, List-Post and List-Post: NO are available through...
[trojita.git] / src / Streams / Streams.pro
blob6711f8610baba12de8680545a06a50b4064c5657
1 QT += core network
2 CONFIG += staticlib
3 INCLUDEPATH += ../
4 DEPENDPATH += ../
5 TARGET = Streams
6 TEMPLATE = lib
8 include(../../configh.pri)
9 include(ZlibLinking.pri)
10 unix {
11 HEADERS += 3rdparty/rfc1951.h
12 SOURCES += 3rdparty/rfc1951.cpp
15 SOURCES += Socket.cpp \
16 SocketFactory.cpp \
17 IODeviceSocket.cpp \
18 DeletionWatcher.cpp \
19 FakeSocket.cpp
20 HEADERS += Socket.h \
21 SocketFactory.h \
22 IODeviceSocket.h \
23 DeletionWatcher.h \
24 FakeSocket.h \
25 TrojitaZlibStatus.h