qt6windows7/examples/corelib/threads/waitconditions/waitconditions.pro

10 lines
172 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT = core
CONFIG -= moc
CONFIG += cmdline
SOURCES += waitconditions.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/waitconditions
INSTALLS += target