cmake/Tests/QtAutogen/rcconly.cpp

10 lines
170 B
C++
Raw Normal View History

2015-04-27 22:25:09 +02:00
extern int qInitResources_second_resource();
int main(int, char**)
{
// Fails to link if the symbol is not present.
qInitResources_second_resource();
return 0;
}