summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-08-11 14:32:51 +1000
committerAlex <qt-info@nokia.com>2010-08-11 14:32:51 +1000
commit0d4d065cc9757159c5b6fa817892f5707bc1ecae (patch)
treea25a40e92da01da0da2065c38a3acf502c8437ce /examples/network
parent02b0b0af952960f451a3aac570a2df0cc084bce7 (diff)
Don't build bearercloud example if Qt was build w/o SVG support
Task-number: QTBUG-12791 Reviewed-by: David Laing
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/network.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 16c40879c7..458561a55c 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -16,9 +16,12 @@ SUBDIRS = \
threadedfortuneserver \
googlesuggest \
torrent \
- bearercloud \
bearermonitor
+ contains(QT_CONFIG, svg) {
+ SUBDIRS += bearercloud
+ }
+
# no QProcess
!vxworks:!qnx:SUBDIRS += network-chat