#include "widget.h" #include #include "Logs/loginit.h" #include "spdlog/spdlog.h" #include "FmtLog/fmtlog.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); init_log(); SPDLOG_INFO("********** Xlsx **********"); Widget w; w.show(); return a.exec(); }