#include #include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); HiveCore core; return a.exec(); }