Semaphores Example▲
Sélectionnez
SOURCES += semaphores.cpp
QT = core
CONFIG += cmdline
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/semaphores
INSTALLS += targetDemonstrates multi-thread programming using Qt.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
SOURCES += semaphores.cpp
QT = core
CONFIG += cmdline
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/semaphores
INSTALLS += target