Files
TinyORM/tests/auto/functional/functional.pro
2024-04-07 18:11:34 +02:00

18 lines
230 B
Prolog

TEMPLATE = subdirs
load(tiny_drivers)
subdirsList = \
orm \
others \
tiny_is_building_drivers(): \
subdirsList += drivers
!disable_tom: \
subdirsList += tom
SUBDIRS = $$sorted(subdirsList)
unset(subdirsList)