CMake/Tests/QtAutogen/rcconly.cpp
Stephen Kelly b8877b1d62 QtAutogen: Add source files to target when only AUTORCC is used.
Add missing entry to if condition.
2014-09-17 14:39:42 +02:00

10 lines
170 B
C++

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