2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += semaphores.cpp
|
2013-10-08 10:14:20 +00:00
|
|
|
QT = core
|
2011-04-27 17:16:41 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
CONFIG -= app_bundle
|
|
|
|
CONFIG += console
|
|
|
|
|
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|