Adjusted project files for new boost version.
This should be handled differently the location of boost should not be baked into the project files.
This commit is contained in:
parent
f5145f36ed
commit
780d912cd1
13 changed files with 52 additions and 43 deletions
|
|
@ -2,7 +2,6 @@ TEMPLATE = subdirs
|
|||
|
||||
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
||||
|
||||
|
||||
SUBDIRS += core \
|
||||
ctk \
|
||||
pgsql \
|
||||
|
|
@ -15,7 +14,6 @@ pglablib.depends = core pgsql
|
|||
tests.depends = core pgsql pglablib
|
||||
|
||||
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
SUBDIRS += tests
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue