source: trunk/examples/network/network.pro@ 865

Last change on this file since 865 was 846, checked in by Dmitry A. Kuminov, 14 years ago

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

File size: 1.0 KB
Line 
1TEMPLATE = subdirs
2SUBDIRS = \
3 download \
4 downloadmanager
5
6!contains(QT_CONFIG, no-gui) {
7 SUBDIRS += \
8 blockingfortuneclient \
9 broadcastreceiver \
10 broadcastsender \
11 fortuneclient \
12 fortuneserver \
13 qftp \
14 http \
15 loopback \
16 threadedfortuneserver \
17 googlesuggest \
18 torrent \
19 bearermonitor
20
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}
31
32symbian: SUBDIRS = qftp
33
34# install
35sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README
36sources.path = $$[QT_INSTALL_EXAMPLES]/network
37INSTALLS += sources
38
39symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.