Files
TinyORM/tests/auto/functional/functional.pro
silverqx 9933354594 moved tst_version auto test
Moved to the functional/others/ folder.
2022-04-25 15:22:36 +02:00

14 lines
164 B
Prolog

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