annotate build/network.txt @ 62:076691124a8b

CMake: fix build if Qt have not the ssl support.
author SokoL_SD
date Tue, 19 May 2009 16:24:14 +0000
parents a5cba313c924
children d4991ce91532
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)
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
2 set(classes
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
3 QAbstractSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
4 QAuthenticator
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
5 QFtp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
6 QHostAddress
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
7 QHostInfo
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
8 QHttpHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
9 QHttpRequestHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
10 QHttpResponseHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
11 QHttp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
12 QIPv6Address
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
13 QLocalServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
14 QLocalSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
15 QNetworkAccessManager
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
16 QNetworkAddressEntry
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
17 QNetworkCookieJar
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
18 QNetworkCookie
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
19 QNetworkInterface
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
20 QNetworkProxy
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
21 QNetworkReply
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
22 QNetworkRequest
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
23 QTcpServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
24 QTcpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
25 QUdpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
26 QUrlInfo
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
27 )
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
28
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
29 if(QT_QCONFIG MATCHES "openssl")
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
30 set(classes
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
31 QSslCertificate
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
32 QSslCipher
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
33 QSslConfiguration
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
34 QSslError
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
35 QSslKey
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
36 QSslSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
37 )
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
38 endif(QT_QCONFIG MATCHES "openssl")