view build/network.txt @ 176:16b67e2b5adc

--
author SokoL_SD
date Wed, 01 Jul 2009 18:14:46 +0000
parents 09169d45b7be
children 14a5201812fc
line wrap: on
line source

set(required Core)
set (d_files 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")