diff options
Diffstat (limited to 'examples/threads/threads.pro')
-rw-r--r-- | examples/threads/threads.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/threads/threads.pro b/examples/threads/threads.pro new file mode 100644 index 0000000..a0e69c8 --- /dev/null +++ b/examples/threads/threads.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +SUBDIRS = mandelbrot \ + semaphores \ + waitconditions + +# 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 + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |