Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
13 lines
343 B
Prolog
13 lines
343 B
Prolog
TEMPLATE = subdirs
|
|
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
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/threads
|
|
INSTALLS += target sources
|
|
|