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