diff options
Diffstat (limited to 'examples/threads/semaphores/semaphores.pro')
-rw-r--r-- | examples/threads/semaphores/semaphores.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/threads/semaphores/semaphores.pro b/examples/threads/semaphores/semaphores.pro new file mode 100644 index 0000000..5331383 --- /dev/null +++ b/examples/threads/semaphores/semaphores.pro @@ -0,0 +1,12 @@ +SOURCES += semaphores.cpp +QT = core +CONFIG -= app_bundle +CONFIG += console + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS semaphores.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |