comparison build/network.makefile @ 39:a5cba313c924

network and webkit are wrapped now
author eldar
date Sun, 17 May 2009 01:44:06 +0000
parents
children 473164283a60
comparison
equal deleted inserted replaced
38:08631ce8e46a 39:a5cba313c924
1 ## Qt Lib name.
2 qt_network_name = QtNetwork
3
4 ## Libraries linked to the cpp part (is active only when CPP_SHARED == true).
5 network_link_cpp += qtdcore_cpp $(qt_core_lib_name)
6
7 ## Libraries linked to the d part (is active only when CPP_SHARED == true)..
8 network_link_d += qtdcore
9
10 ## Module specific cpp files.
11 network_cpp_files +=
12
13 ## Module specific d files.
14 network_d_files +=
15
16 ## Classes.
17 ## TODO: use list that generated by dgen.
18 network_classes = \
19 ArrayOps \
20 QAbstractSocket \
21 QAuthenticator \
22 QFtp \
23 QHostAddress \
24 QHostInfo \
25 QHttpHeader \
26 QHttpRequestHeader \
27 QHttpResponseHeader \
28 QHttp \
29 QIPv6Address \
30 QLocalServer \
31 QLocalSocket \
32 QNetworkAccessManager \
33 QNetworkAddressEntry \
34 QNetworkCookieJar \
35 QNetworkCookie \
36 QNetworkInterface \
37 QNetworkProxy \
38 QNetworkReply \
39 QNetworkRequest \
40 QSslCertificate \
41 QSslCipher \
42 QSslConfiguration \
43 QSslError \
44 QSslKey \
45 QSslSocket \
46 QTcpServer \
47 QTcpSocket \
48 QUdpSocket \
49 QUrlInfo