annotate build/network.txt @ 174:09169d45b7be

more network
author eldar
date Wed, 24 Jun 2009 01:20:18 +0000
parents 0cfd8e5c118e
children 16b67e2b5adc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
1 set(required Core)
173
0cfd8e5c118e one more fix for network
eldar
parents: 172
diff changeset
2 set (d_files network/ArrayOps2 network/QSsl)
169
473164283a60 fix network
eldar
parents: 68
diff changeset
3 set(classes
473164283a60 fix network
eldar
parents: 68
diff changeset
4 QAbstractNetworkCache
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
5 QAbstractSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
6 QAuthenticator
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
7 QFtp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
8 QHostAddress
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
9 QHostInfo
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
10 QHttpHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
11 QHttpRequestHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
12 QHttpResponseHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
13 QHttp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
14 QIPv6Address
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
15 QLocalServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
16 QLocalSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
17 QNetworkAccessManager
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
18 QNetworkAddressEntry
174
09169d45b7be more network
eldar
parents: 173
diff changeset
19 QNetworkCacheMetaData
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
20 QNetworkCookieJar
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
21 QNetworkCookie
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
22 QNetworkInterface
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
23 QNetworkProxy
169
473164283a60 fix network
eldar
parents: 68
diff changeset
24 QNetworkProxyFactory
174
09169d45b7be more network
eldar
parents: 173
diff changeset
25 QNetworkProxyQuery
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
26 QNetworkReply
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
27 QNetworkRequest
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
28 QTcpServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
29 QTcpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
30 QUdpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
31 QUrlInfo
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
32 )
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
33
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
34 if(QT_QCONFIG MATCHES "openssl")
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
35 set(classes
68
d4991ce91532 CMake: small network package fix...
SokoL_SD
parents: 62
diff changeset
36 ${classes}
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
37 QSslCertificate
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
38 QSslCipher
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
39 QSslConfiguration
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
40 QSslError
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
41 QSslKey
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
42 QSslSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
43 )
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
44 endif(QT_QCONFIG MATCHES "openssl")