logic: vs compiler flags

Added compiler flags from VS solution and vs compatibility flags.
This commit is contained in:
Manuel Dobusch
2016-03-30 13:37:37 +02:00
parent cec370cfff
commit b75dd2abe1
10 changed files with 300 additions and 133 deletions
@@ -37,8 +37,8 @@ QtProjectWizzard::QtProjectWizzard(QWidget* parent)
m_parserManager = std::make_shared<SolutionParserManager>();
// wip
/*m_parserManager->pushSolutionParser(std::make_shared<SolutionParserVisualStudio>());
m_parserManager->pushSolutionParser(std::make_shared<SolutionParserCodeBlocks>());*/
m_parserManager->pushSolutionParser(std::make_shared<SolutionParserVisualStudio>());
m_parserManager->pushSolutionParser(std::make_shared<SolutionParserCodeBlocks>());
}
void QtProjectWizzard::showWindow()