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

CONFIG -= app_bundle
CONFIG += console

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