qt5base-lts/examples/threads/waitconditions/waitconditions.pro
Oswald Buddenhagen f14e268694 don't erroneously claim that gui support is needed
Change-Id: Ia7b1f02cab9fa0fc9e487ca49d75e85ed0cfee9d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-10-16 17:10:15 +02:00

10 lines
175 B
INI

QT = core
CONFIG -= moc app_bundle
CONFIG += console
SOURCES += waitconditions.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
INSTALLS += target