summaryrefslogtreecommitdiffstats
path: root/examples/threads/waitconditions/waitconditions.pro
blob: 7f9491a0b1f215d41b19519a2705739960c62886 (plain)
1
2
3
4
5
6
7
8
9
QT = core
CONFIG -= moc app_bundle
CONFIG += console

SOURCES += waitconditions.cpp

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