logic: ship clang compiler header within Sourcetrail package on Windows

* added clang system headers to data folder of Sourcetrail repo
* added clang system header search directory to detected directories on windows
* updated migration to add clang system header search directory on windows
* updated windows installer and portable package to include compiler headers
* updated linux package
* cleaned code of path detectors
* unrelated removal of unnecessary code in LicenseChecker and UpdateChecker
This commit is contained in:
mlangkabel
2018-07-23 15:14:07 +02:00
parent 637857fb56
commit 20086d14a6
154 changed files with 179919 additions and 183 deletions
@@ -201,7 +201,6 @@ void QtProjectWizzardContentPaths::detectionClicked()
std::vector<FilePath> oldPaths = m_list->getPathsAsDisplayed();
paths = utility::unique(utility::concat(oldPaths, paths));
paths = utility::replaceOrAddCxxCompilerHeaderPath(paths);
m_list->setPaths(paths);
}