summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/semaphores/semaphores.pro
blob: 69154e57eb3c8f242ee507efcc7d972cb8352779 (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]/corelib/threads/semaphores
INSTALLS += target