%{CPP_TEMPLATE} #include int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); qDebug("Hello from Qt 4!"); return 0; }