Changeset 561 for trunk/examples/network/network.pro
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/examples/network/network.pro
r2 r561 1 1 TEMPLATE = subdirs 2 2 SUBDIRS = blockingfortuneclient \ 3 3 broadcastreceiver \ 4 4 broadcastsender \ 5 network-chat \ 6 download \ 7 downloadmanager \ 5 download \ 6 downloadmanager \ 8 7 fortuneclient \ 9 8 fortuneserver \ 10 ftp \9 ftp \ 11 10 http \ 12 11 loopback \ 13 12 threadedfortuneserver \ 14 torrent 13 googlesuggest \ 14 torrent 15 16 # no QProcess 17 !vxworks:!qnx:SUBDIRS += network-chat 18 19 symbian: SUBDIRS = qftp 15 20 16 21 contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient 22 17 23 18 24 # install … … 20 26 sources.path = $$[QT_INSTALL_EXAMPLES]/network 21 27 INSTALLS += sources 28 29
Note:
See TracChangeset
for help on using the changeset viewer.