#include "parse_keil_project.h" #include #include #include #include #include #include "find_path.h" QString parse_keil_project::find_project_path(const QString& dir_path) { return find_path::find_file_path(dir_path,".uvproj"); } parse_keil_project::parse_keil_project(QString path) { IRAM.setName("IRAM"); XRAM.setName("XRAM"); IROM.setName("IROM"); // to_parse_keil_project(path); } bool parse_keil_project::to_parse_keil_project(QString path) { project_path=path; QString file_path; if(path.contains(".uvproj")) { parse_project_file(path); return true; } file_path=find_project_path(project_path); qDebug()<"<