#include #include #include "ivdetection_radar_delphi_esr.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QString strpath = QCoreApplication::applicationDirPath(); if(argc < 2) strpath = strpath + "/detection_radar_esr.xml"; else strpath = argv[1]; std::cout<start(); return a.exec(); }