From 90c65880b0ddf07768931df66a0c421af4c287cd Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 8 Oct 2013 12:14:46 +0200 Subject: skip gui-needing examples with -no-gui Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada --- examples/qtconcurrent/qtconcurrent.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/qtconcurrent') 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 \ -- cgit v1.2.3