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

#include "skipSource/qItemA.hpp"
#include "skipSource/qItemB.hpp"
#include "skipSource/qItemC.hpp"

int main(int, char**)
{
  QItemA itemA;
  QItemA itemB;
  QItemA itemC;

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