testGenLib.cpp 187 B

123456789101112
  1. #include "testGenLib.hpp"
  2. int main()
  3. {
  4. SimpleLib libObject;
  5. LObject lobject;
  6. return 0;
  7. }
  8. // Depend on and AUTOMOC the SimpleLib header simpleLib.hpp
  9. #include "moc_simpleLib.cpp"