6b95e54f1f
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
12 lines
360 B
Prolog
12 lines
360 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = semaphores \
|
|
waitconditions
|
|
|
|
!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
|
INSTALLS += target sources
|