mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
fc477bf1e5
Added TINYORM_DISABLE_ORM macro controlled by ORM for CMake and disable_orm for qmake. When TINYORM_DISABLE_ORM macro is defined then only the query builder without ORM is compiled. Also excludes ORM-related unit tests.
14 lines
176 B
Prolog
14 lines
176 B
Prolog
TEMPLATE = subdirs
|
|
|
|
subdirsList = \
|
|
databasemanager \
|
|
query \
|
|
|
|
!disable_orm: \
|
|
subdirsList += \
|
|
tiny \
|
|
|
|
SUBDIRS = $$sorted(subdirsList)
|
|
|
|
unset(subdirsList)
|