cmake/Tests/QtAutogen/skipMoc.cpp
2018-01-26 17:06:56 +01:00

17 lines
286 B
C++

#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;
}