Changeset 846 for trunk/examples/network/network.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/examples/network/network.pro
r561 r846 1 1 TEMPLATE = subdirs 2 SUBDIRS = blockingfortuneclient \ 2 SUBDIRS = \ 3 download \ 4 downloadmanager 5 6 !contains(QT_CONFIG, no-gui) { 7 SUBDIRS += \ 8 blockingfortuneclient \ 3 9 broadcastreceiver \ 4 10 broadcastsender \ 5 download \6 downloadmanager \7 11 fortuneclient \ 8 12 fortuneserver \ … … 12 16 threadedfortuneserver \ 13 17 googlesuggest \ 14 torrent 18 torrent \ 19 bearermonitor 15 20 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 } 18 31 19 32 symbian: SUBDIRS = qftp 20 21 contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient22 contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient23 33 24 34 # install
Note:
See TracChangeset
for help on using the changeset viewer.