-
Notifications
You must be signed in to change notification settings - Fork 0
/
libqtwa.pro
72 lines (69 loc) · 1.8 KB
/
libqtwa.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
TEMPLATE = lib
DEFINES += LIBQTWA_LIBRARY
SOURCES += \
src/util/utilities.cpp \
src/util/messagedigest.cpp \
src/util/qtmd5digest.cpp \
src/protocoltreenode.cpp \
src/fmessage.cpp \
src/funstore.cpp \
src/key.cpp \
src/attributelist.cpp \
src/protocoltreenodelist.cpp \
src/bintreenodewriter.cpp \
src/protocoltreenodelistiterator.cpp \
src/attributelistiterator.cpp \
src/connection.cpp \
src/bintreenodereader.cpp \
src/ioexception.cpp \
src/protocolexception.cpp \
src/warequest.cpp \
src/phonereg.cpp \
src/util/datetimeutilities.cpp \
src/exception.cpp \
src/loginexception.cpp \
src/formdata.cpp \
src/keystream.cpp \
src/rc4.cpp \
src/util/qthmacsha1.cpp \
src/util/qtrfc2898.cpp \
src/mediaupload.cpp \
src/multipartuploader.cpp \
src/httprequestv2.cpp \
src/mediadownload.cpp \
src/util/datacounters.cpp \
src/maprequest.cpp
HEADERS += \
src/util/utilities.h \
src/util/messagedigest.h \
src/util/qtmd5digest.h \
src/protocoltreenode.h \
src/fmessage.h \
src/funstore.h \
src/key.h \
src/attributelist.h \
src/protocoltreenodelist.h \
src/bintreenodewriter.h \
src/protocoltreenodelistiterator.h \
src/attributelistiterator.h \
src/bintreenodereader.h \
src/connection.h \
src/ioexception.h \
src/protocolexception.h \
src/warequest.h \
src/phonereg.h \
src/util/datetimeutilities.h \
src/exception.h \
src/loginexception.h \
src/formdata.h \
src/keystream.h \
src/rc4.h \
src/util/qthmacsha1.h \
src/util/qtrfc2898.h \
src/mediaupload.h \
src/multipartuploader.h \
src/httprequestv2.h \
src/mediadownload.h \
src/util/datacounters.h \
src/maprequest.h \
src/libqtwa.h