#include #include #include "ytcore.h" bool myDebug; bool myLog; int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); BpCore *bpCore = new BpCore(0); myDebug = false; myLog = false; if(argc>1){ for(int i=1;irun(); return a.exec(); }