diff -r b72c6db6890b -r 5dc02b23752f examples/threads/threads.pro --- 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