Files
CMake/Tests/QtAutogen/skipMoc.cpp
2017-08-22 19:10:31 +02: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;
}