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

#include "skipSource/qItemA.hpp"
#include "skipSource/qItemB.hpp"
#include "skipSource/qItemC.hpp"
#include "skipSource/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;
}