1 2 3 4 5 6 7 8 9
extern void mocOnly(); extern void noQt(); int main(int argc, char* argv[]) { mocOnly(); noQt(); return 0; }