summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-08-11 04:32:51 (GMT)
committerAlex <qt-info@nokia.com>2010-08-11 04:32:51 (GMT)
commit0d4d065cc9757159c5b6fa817892f5707bc1ecae (patch)
treea25a40e92da01da0da2065c38a3acf502c8437ce /examples
parent02b0b0af952960f451a3aac570a2df0cc084bce7 (diff)
downloadQt-0d4d065cc9757159c5b6fa817892f5707bc1ecae.zip
Qt-0d4d065cc9757159c5b6fa817892f5707bc1ecae.tar.gz
Qt-0d4d065cc9757159c5b6fa817892f5707bc1ecae.tar.bz2
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')
-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 16c4087..458561a 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