summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 14:32:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 07:27:53 +0200
commit6b95e54f1f99875054b54df6a16233c2a44810b4 (patch)
treeb4f2ab6734048e7f589aa9226639e83e92ab95c5 /examples
parent7d7cd17d388e3777e1f707722638e69dcd477180 (diff)
Fix compilation of examples with -no-widgets
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/dbus/dbus.pro2
-rw-r--r--examples/examples.pro2
-rw-r--r--examples/network/network.pro2
-rw-r--r--examples/threads/threads.pro2
-rw-r--r--examples/xml/xml.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro
index 12b39e2f43..a6a0ded836 100644
--- a/examples/dbus/dbus.pro
+++ b/examples/dbus/dbus.pro
@@ -3,7 +3,7 @@ SUBDIRS = listnames \
pingpong \
complexpingpong
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dbus-chat \
remotecontrolledcar
}
diff --git a/examples/examples.pro b/examples/examples.pro
index 7ce42d7fe7..176a5c95c5 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -8,7 +8,7 @@ SUBDIRS = \
xml \
qpa
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
animation \
desktop \
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 64cff5393a..11f96ffdb7 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -4,7 +4,7 @@ SUBDIRS = \
download \
downloadmanager
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
blockingfortuneclient \
broadcastreceiver \
diff --git a/examples/threads/threads.pro b/examples/threads/threads.pro
index b5cba3509d..084ce1a68f 100644
--- a/examples/threads/threads.pro
+++ b/examples/threads/threads.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = semaphores \
waitconditions
-!contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
+!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index cec740da25..4e8e9401b7 100644
--- a/examples/xml/xml.pro
+++ b/examples/xml/xml.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dombookmarks \
rsslisting \
saxbookmarks \