summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocIncludeRelaxed/main.cpp
blob: 142d59e69f94bb26721b0dcb6a681752495e7f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "ObjA.hpp"
#include "ObjB.hpp"
#include "ObjC.hpp"

int main(int argv, char** args)
{
  ObjA objA;
  ObjB objB;
  ObjC objC;
  return 0;
}

// Header in global subdirectory
#include "subB/moc_SubObjB.cpp"