cmake/Tests/QtAutogen/RccEmpty/rccEmpty.cpp
2018-04-23 21:13:27 +02:00

10 lines
162 B
C++

extern int qInitResources_rccEmptyRes();
int main(int, char**)
{
// Fails to link if the symbol is not present.
qInitResources_rccEmptyRes();
return 0;
}