view build/network.txt @ 175:e68f61c5ccac

CMake: add ArrayOps2.d for all packages.
author SokoL_SD
date Wed, 01 Jul 2009 18:11:58 +0000
parents 09169d45b7be
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")