CMake/Tests/QtAutogen/rccOnly.cpp
Sebastian Holtermann 59dbd3f891 QtAutogen tests: Rename rcconly target to camel case rccOnly.
Also add dedicated rccOnlyRes.qrc file for the rccOnly target.
2016-11-29 17:16:33 +01:00

10 lines
160 B
C++

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