Files
CMake/Tests/QtAutogen/skipRcc.cpp
2017-01-10 12:49:17 +01:00

10 lines
162 B
C++

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