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:
@@ -144,8 +144,8 @@ void QtProjectWizzardContentBuildFile::refreshClicked()
|
||||
QMessageBox::question(
|
||||
this,
|
||||
"Refresh Paths",
|
||||
"Do you really want to refresh from the given file? All changes you have made to the project's analyzed "
|
||||
"paths and header search paths will be lost.",
|
||||
"Do you really want to refresh from the given file? All changes you have made to the project paths "
|
||||
"and include paths will be lost.",
|
||||
QMessageBox::Yes | QMessageBox::No
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user