From 6b95e54f1f99875054b54df6a16233c2a44810b4 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 5 Jun 2012 14:32:07 +0200 Subject: Fix compilation of examples with -no-widgets Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- examples/threads/threads.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/threads') 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 -- cgit v1.2.3