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

CONFIG += cmdline

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