ui: Added user interface for auto system header search paths detection
* moved detection files to lib_gui * added ui to global header search and framework search ui in project wizzard and preferences * detecting the search paths will add them to the list if not added yet * only detected compilers are shown in the dropdown list
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
|
||||
#include "settings/ProjectSettings.h"
|
||||
|
||||
|
||||
#include "utility/headerSearch/StandardHeaderDetection.h"
|
||||
|
||||
void init()
|
||||
{
|
||||
std::shared_ptr<ConsoleLogger> consoleLogger = std::make_shared<ConsoleLogger>();
|
||||
@@ -86,10 +83,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
LicenseChecker checker;
|
||||
|
||||
StandardHeaderDetection detection;
|
||||
detection.printdetectedCompilers();
|
||||
detection.printAvailableDetectors();
|
||||
|
||||
utility::loadFontsFromDirectory(ResourcePaths::getFontsPath(), ".otf");
|
||||
std::shared_ptr<Application> app = Application::create(version, &viewFactory, &networkFactory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user