#include #include "masterthread.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); MasterThread mt; mt.start(); return a.exec(); }