pgLab/pglabAll.pro
eelke a99f059b70 Added list of constraints to the tables page.
Last column shows the full textual definition until I have decided on
a better way to visualize the details.
2017-12-30 13:02:40 +01:00

19 lines
265 B
Prolog

TEMPLATE = subdirs
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
SUBDIRS += core \
ctk \
pgsql \
pglablib \
pglab
pglab.depends = core ctk pgsql pglablib
pgsql.depends = core
pglablib.depends = core pgsql
CONFIG(debug, debug|release) {
SUBDIRS += tests
}