cmake/Tests/QtAutogen/rccOnly.cpp

10 lines
160 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_rccOnlyRes();
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_rccOnlyRes();
2015-04-27 22:25:09 +02:00
return 0;
}