qt6windows7/examples/corelib/threads/waitconditions/waitconditions.pro
2023-10-29 23:33:08 +01: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