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