f14e268694
Change-Id: Ia7b1f02cab9fa0fc9e487ca49d75e85ed0cfee9d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
10 lines
175 B
INI
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
|