2017-11-26 13:07:21 +01:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
|
|
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
|
|
|
|
|
2017-12-09 10:45:13 +01:00
|
|
|
|
2017-11-26 13:07:21 +01:00
|
|
|
SUBDIRS += core \
|
2017-12-29 08:35:57 +01:00
|
|
|
ctk \
|
2017-11-26 13:07:21 +01:00
|
|
|
pgsql \
|
2017-12-29 08:35:57 +01:00
|
|
|
pglablib \
|
|
|
|
|
pglab
|
2017-12-30 12:57:55 +01:00
|
|
|
|
|
|
|
|
pglab.depends = core ctk pgsql pglablib
|
|
|
|
|
pgsql.depends = core
|
|
|
|
|
pglablib.depends = core pgsql
|
2018-01-06 21:22:22 +01:00
|
|
|
tests.depends = core pgsql pglablib
|
2017-12-30 12:57:55 +01:00
|
|
|
|
2017-11-26 13:07:21 +01:00
|
|
|
|
2018-01-07 09:15:21 +01:00
|
|
|
|
2017-11-26 13:07:21 +01:00
|
|
|
CONFIG(debug, debug|release) {
|
2017-12-09 10:45:13 +01:00
|
|
|
SUBDIRS += tests
|
2017-11-26 13:07:21 +01:00
|
|
|
}
|