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/gui/gui.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/gui') diff --git a/examples/gui/gui.pro b/examples/gui/gui.pro index 8758a1ba95..5fb4241e74 100644 --- a/examples/gui/gui.pro +++ b/examples/gui/gui.pro @@ -1,3 +1,5 @@ +requires(qtHaveModule(gui)) + TEMPLATE = subdirs CONFIG += no_docs_target -- cgit v1.2.3