pgLab/pglabAll.pro
eelke 3a425ab7c1 Added some parts of ctk lib.
As it looks now that lib contains way more then I want to pull in so i'm just copying the files i'm interested in.
2017-12-29 08:35:57 +01:00

15 lines
177 B
Prolog

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