qt5base-lts/examples/threads/semaphores/semaphores.pro

10 lines
163 B
Prolog
Raw Normal View History

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