Files
TinyORM/TinyORM.pro
T
2023-08-18 17:52:39 +02:00

17 lines
308 B
Prolog

TEMPLATE = subdirs
SUBDIRS = src
tom_example {
SUBDIRS += examples
examples.depends = src
}
# Can be enabled by CONFIG += build_tests when the qmake.exe for the project is called
build_tests {
SUBDIRS += tests
tests.depends = src
!build_pass: message( "Build TinyORM unit tests." )
}