cmake/Tests/QtAutogen/mocDepends/testGenLib.cpp
2017-09-21 19:03:52 +02:00

13 lines
187 B
C++

#include "testGenLib.hpp"
int main()
{
SimpleLib libObject;
LObject lobject;
return 0;
}
// Depend on and AUTOMOC the SimpleLib header simpleLib.hpp
#include "moc_simpleLib.cpp"