summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test3.cpp
blob: a0095982c4945f5603b79264a487c01a9463a218 (plain)
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"