examples/threads/threads.pro
changeset 30 5dc02b23752f
parent 3 41300fa6a67c
--- a/examples/threads/threads.pro	Wed Jun 23 19:07:03 2010 +0300
+++ b/examples/threads/threads.pro	Tue Jul 06 15:10:48 2010 +0300
@@ -1,8 +1,9 @@
 TEMPLATE      = subdirs
-SUBDIRS       = mandelbrot \
-                semaphores \
+SUBDIRS       = semaphores \
                 waitconditions
 
+!contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
+
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/threads
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README