1 2 3 4 5 6 7 8 9 10 11 12
#include "test3.hpp" int main() { SimpleLib libObject; LObject lobject; return 0; } // AUTOMOC the SimpleLib header simpleLib.hpp #include "moc_simpleLib.cpp"