mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
17 lines
308 B
Prolog
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." )
|
|
}
|