logic: Reworked CDB project setup
* added separate step for project name, project location and cdb path * added description that project stays up-to-date under cdb path picker. * added include and framework paths to advanced settings * disregard source extensions for cdb projects bug id = 70
This commit is contained in:
@@ -34,11 +34,8 @@ public slots:
|
||||
void newProject();
|
||||
|
||||
void newProjectFromSolution(const std::string& ideId, const std::string& visualStudioSolutionPath);
|
||||
|
||||
void refreshProjectFromSolution(const std::string& ideId, const std::string& visualStudioSolutionPath);
|
||||
|
||||
void newProjectFromCompilationDatabase(const std::string& compilationDatabasePath);
|
||||
void refreshProjectFromCompilationDatabase(const std::string& compilationDatabasePath);
|
||||
void editProject(const ProjectSettings& settings);
|
||||
void showPreferences();
|
||||
|
||||
@@ -82,6 +79,7 @@ private slots:
|
||||
void headerSearchPathsDone();
|
||||
void frameworkSearchPaths();
|
||||
|
||||
void emptyProjectCDB();
|
||||
void headerPathsCDB();
|
||||
void headerPathsCDBDone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user