cmake/Tests/QtAutogen/RccEmpty/rccEmpty.cpp

10 lines
162 B
C++
Raw Normal View History

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