summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/qtconcurrent.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-08 12:14:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 21:03:34 +0200
commit90c65880b0ddf07768931df66a0c421af4c287cd (patch)
tree02fef269e9cb585bce29885341b8087c732b9f0e /examples/qtconcurrent/qtconcurrent.pro
parent9c5e63ceb3048503d1b0b87916aae011b9b79ccf (diff)
skip gui-needing examples with -no-gui
Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'examples/qtconcurrent/qtconcurrent.pro')
-rw-r--r--examples/qtconcurrent/qtconcurrent.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro
index 1df6f2d8cf..6e4e5f0f16 100644
--- a/examples/qtconcurrent/qtconcurrent.pro
+++ b/examples/qtconcurrent/qtconcurrent.pro
@@ -10,6 +10,11 @@ SUBDIRS = imagescaling \
SUBDIRS += progressdialog
}
+!qtHaveModule(gui) {
+ SUBDIRS -= \
+ map
+}
+
!qtHaveModule(widgets) {
SUBDIRS -= \
imagescaling \