summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocSkipSource/skipMoc.cpp
blob: c915334106f78697017d98e29e1a6f4610e4e229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#include "qItemA.hpp"
#include "qItemB.hpp"
#include "qItemC.hpp"
#include "qItemD.hpp"

int main(int, char**)
{
  QItemA itemA;
  QItemB itemB;
  QItemC itemC;
  QItemD itemD;

  // Fails to link if the symbol is not present.
  return 0;
}