13 lines
259 B
Prolog
13 lines
259 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
factorial \
|
|
pingpong
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
eventtransitions \
|
|
rogue \
|
|
trafficlight \
|
|
twowaybutton
|
|
}
|