11 lines
151 B
Prolog
11 lines
151 B
Prolog
TEMPLATE = subdirs
|
|
|
|
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
|
|
|
SUBDIRS += core \
|
|
pgsql \
|
|
pglab
|
|
|
|
CONFIG(debug, debug|release) {
|
|
# SUBDIRS += tests
|
|
}
|