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

10 lines
185 B
Prolog

TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS = semaphores \
waitconditions
qtHaveModule(widgets): SUBDIRS += \
mandelbrot \
queuedcustomtype