-
Notifications
You must be signed in to change notification settings - Fork 0
/
quasselprotocol.pri
73 lines (60 loc) · 2.27 KB
/
quasselprotocol.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
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
######################################################################
# Communi
######################################################################
isEmpty(QUASSELDIR):error(QUASSELDIR must be set)
PROTODIR = $$QUASSELDIR/protocols
INCLUDEPATH += $$PWD $$QUASSELDIR $$PROTODIR/datastream $$PROTODIR/legacy
DEPENDPATH += $$PWD $$QUASSELDIR $$PROTODIR/datastream $$PROTODIR/legacy
HEADERS += $$PWD/quasselauthhandler.h
HEADERS += $$PWD/quasselbacklog.h
HEADERS += $$PWD/quasselmessage.h
HEADERS += $$PWD/quasselprotocol.h
HEADERS += $$PWD/quasseltypes.h
SOURCES += $$PWD/quasselauthhandler.cpp
SOURCES += $$PWD/quasselbacklog.cpp
SOURCES += $$PWD/quasselmessage.cpp
SOURCES += $$PWD/quasselprotocol.cpp
HEADERS += $$QUASSELDIR/authhandler.h
HEADERS += $$QUASSELDIR/backlogmanager.h
HEADERS += $$QUASSELDIR/bufferinfo.h
HEADERS += $$QUASSELDIR/compressor.h
HEADERS += $$QUASSELDIR/identity.h
HEADERS += $$QUASSELDIR/ircchannel.h
HEADERS += $$QUASSELDIR/ircuser.h
HEADERS += $$QUASSELDIR/message.h
HEADERS += $$QUASSELDIR/network.h
HEADERS += $$QUASSELDIR/protocol.h
HEADERS += $$QUASSELDIR/peer.h
HEADERS += $$QUASSELDIR/remotepeer.h
HEADERS += $$QUASSELDIR/signalproxy.h
HEADERS += $$QUASSELDIR/syncableobject.h
HEADERS += $$QUASSELDIR/types.h
HEADERS += $$QUASSELDIR/util.h
SOURCES += $$QUASSELDIR/authhandler.cpp
SOURCES += $$QUASSELDIR/backlogmanager.cpp
SOURCES += $$QUASSELDIR/bufferinfo.cpp
SOURCES += $$QUASSELDIR/compressor.cpp
SOURCES += $$QUASSELDIR/identity.cpp
SOURCES += $$QUASSELDIR/ircchannel.cpp
SOURCES += $$QUASSELDIR/ircuser.cpp
SOURCES += $$QUASSELDIR/message.cpp
SOURCES += $$QUASSELDIR/network.cpp
SOURCES += $$QUASSELDIR/peer.cpp
SOURCES += $$QUASSELDIR/remotepeer.cpp
SOURCES += $$QUASSELDIR/signalproxy.cpp
SOURCES += $$QUASSELDIR/syncableobject.cpp
SOURCES += $$QUASSELDIR/util.cpp
HEADERS += $$PROTODIR/datastream/datastreampeer.h
SOURCES += $$PROTODIR/datastream/datastreampeer.cpp
HEADERS += $$PROTODIR/legacy/legacypeer.h
SOURCES += $$PROTODIR/legacy/legacypeer.cpp
win32:SOURCES += $$QUASSELDIR/logbacktrace_win.cpp
else:unix:SOURCES += $$QUASSELDIR/logbacktrace_unix.cpp
mac {
HEADERS += $$QUASSELDIR/mac_utils.h
SOURCES += $$QUASSELDIR/mac_utils.cpp
LIBS += -framework AppKit
}
LIBS += -lz
DEFINES += HAVE_ZLIB
#SOURCES += $$PWD/3rdparty/3rdparty/miniz/miniz.c