Files
qt5.12.8/examples/corelib/threads/waitconditions/waitconditions.pro
2025-08-26 22:57:23 +08:00

10 lines
172 B
INI

QT = core
CONFIG -= moc
CONFIG += cmdline
SOURCES += waitconditions.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/waitconditions
INSTALLS += target