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

SOURCES += waitconditions.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS waitconditions.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
INSTALLS += target sources

simulator: warning(This example might not fully work on Simulator platform)