view build/network.txt @ 174:09169d45b7be

more network
author eldar
date Wed, 24 Jun 2009 01:20:18 +0000
parents 0cfd8e5c118e
children 16b67e2b5adc
line wrap: on
line source

set(required Core)
set (d_files network/ArrayOps2 network/QSsl)
set(classes
      QAbstractNetworkCache
      QAbstractSocket
      QAuthenticator
      QFtp
      QHostAddress
      QHostInfo
      QHttpHeader
      QHttpRequestHeader
      QHttpResponseHeader
      QHttp
      QIPv6Address
      QLocalServer
      QLocalSocket
      QNetworkAccessManager
      QNetworkAddressEntry
      QNetworkCacheMetaData
      QNetworkCookieJar
      QNetworkCookie
      QNetworkInterface
      QNetworkProxy
      QNetworkProxyFactory
      QNetworkProxyQuery
      QNetworkReply
      QNetworkRequest
      QTcpServer
      QTcpSocket
      QUdpSocket
      QUrlInfo
    )

if(QT_QCONFIG MATCHES "openssl")
    set(classes 
      ${classes}
      QSslCertificate
      QSslCipher
      QSslConfiguration
      QSslError
      QSslKey
      QSslSocket
    )
endif(QT_QCONFIG MATCHES "openssl")