This should be handled differently the location of boost should not be baked into the project files.
19 lines
300 B
Prolog
19 lines
300 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
|
|
tests.depends = core pgsql pglablib
|
|
|
|
|
|
CONFIG(debug, debug|release) {
|
|
SUBDIRS += tests
|
|
}
|