summaryrefslogtreecommitdiff
path: root/odb-tests/buildfile
blob: 9d64324a5663076f9a9cf8be225d6df880bcda07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : buildfile
# license   : GNU GPL v2; see accompanying LICENSE file

./: libcommon/ common/ doc{README.md} legal{GPLv2 LICENSE} manifest

./: mysql/:  include = ($mysql  && !$multi)
./: sqlite/: include = ($sqlite && !$multi)
./: pgsql/:  include = ($pgsql  && !$multi)
./: oracle/: include = ($oracle && !$multi)
./: mssql/:  include = ($mssql  && !$multi)

./: evolution/: include = (!$multi)

./: boost/: include = $boost
./: qt/:    include = $qt

./: testscript{*}: include = adhoc