annotate build/network.txt @ 171:f9ab9d3819b6

missing ArrayOps2
author eldar
date Wed, 24 Jun 2009 01:00:57 +0000
parents 473164283a60
children c5eb5c9cd2f8
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)
171
f9ab9d3819b6 missing ArrayOps2
eldar
parents: 169
diff changeset
2 set (d_files network/ArrayOps2)
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
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
19 QNetworkCookieJar
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
20 QNetworkCookie
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
21 QNetworkInterface
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
22 QNetworkProxy
169
473164283a60 fix network
eldar
parents: 68
diff changeset
23 QNetworkProxyFactory
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
24 QNetworkReply
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
25 QNetworkRequest
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
26 QTcpServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
27 QTcpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
28 QUdpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
29 QUrlInfo
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
30 )
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
31
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
32 if(QT_QCONFIG MATCHES "openssl")
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
33 set(classes
68
d4991ce91532 CMake: small network package fix...
SokoL_SD
parents: 62
diff changeset
34 ${classes}
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
35 QSslCertificate
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
36 QSslCipher
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
37 QSslConfiguration
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
38 QSslError
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
39 QSslKey
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
40 QSslSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
41 )
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
42 endif(QT_QCONFIG MATCHES "openssl")