qt6-bb10/examples/threads/semaphores/semaphores.pro

10 lines
163 B
Prolog

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