Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/examples/network/network.pro

    r561 r846  
    11TEMPLATE      = subdirs
    2 SUBDIRS       = blockingfortuneclient \
     2SUBDIRS       = \
     3                download \
     4                downloadmanager
     5
     6!contains(QT_CONFIG, no-gui) {
     7    SUBDIRS +=  \
     8                blockingfortuneclient \
    39                broadcastreceiver \
    410                broadcastsender \
    5                 download \
    6                 downloadmanager \
    711                fortuneclient \
    812                fortuneserver \
     
    1216                threadedfortuneserver \
    1317                googlesuggest \
    14                 torrent
     18                torrent \
     19                bearermonitor
    1520
    16 # no QProcess
    17 !vxworks:!qnx:SUBDIRS += network-chat
     21    contains(QT_CONFIG, svg) {
     22        SUBDIRS += bearercloud
     23    }
     24
     25    # no QProcess
     26    !vxworks:!qnx:SUBDIRS += network-chat
     27
     28    contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient
     29    contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient
     30}
    1831
    1932symbian: SUBDIRS = qftp
    20 
    21 contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient
    22 contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient
    2333
    2434# install
Note: See TracChangeset for help on using the changeset viewer.