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