#include class Foo : public QObject { Q_OBJECT }; int main(int argc, char* argv[]) { Foo foo; } #include "main.moc"