#include int main(int argc, char *argv[]) { printf("start me"); QCoreApplication a(argc, argv); return a.exec(); }