summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-08-11 08:59:19 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-08-11 08:59:19 (GMT)
commita00dda686367807d6cc90f3cfca5453200565501 (patch)
tree3828f949f1c44d89f400b0edf23bc3c0ceb5fec2 /examples
parent176852d24835dc5a14efa94ffe2a0ba58151fd4c (diff)
parent199b7ccb2a82e6a87808c3873c158ca38120dfdf (diff)
downloadQt-a00dda686367807d6cc90f3cfca5453200565501.zip
Qt-a00dda686367807d6cc90f3cfca5453200565501.tar.gz
Qt-a00dda686367807d6cc90f3cfca5453200565501.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: fix loading of module configs don't load modules from qt.prf add comment explaining why this file does magic instead of just voodoo configure.exe: don't write the QT_NAMESPACE define to .qmake.cache Don't build bearercloud example if Qt was build w/o SVG support
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