summaryrefslogtreecommitdiffstats
path: root/examples/threads/semaphores/semaphores.pro
blob: 7dfe7c3ba09214b653a1ce155a36ed844997d7e7 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += semaphores.cpp
QT = core

CONFIG -= app_bundle
CONFIG += console

# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
INSTALLS += target