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

13 lines
259 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
factorial \
pingpong
qtHaveModule(widgets) {
SUBDIRS += \
eventtransitions \
rogue \
trafficlight \
twowaybutton
}