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:
eelke 2018-09-18 20:24:54 +02:00
parent f5145f36ed
commit 780d912cd1
13 changed files with 52 additions and 43 deletions

View file

@ -23,3 +23,4 @@ QFont UserConfiguration::codeFont() const
font.setPointSize(size);
return font;
}