Files
CMake/Tests/QtAutogen/AutogenOriginDependsOn/testGenLib.cpp
2018-11-03 12:14:40 +01: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"