QtAutogen tests: Rename rcconly target to camel case rccOnly.

Also add dedicated rccOnlyRes.qrc file for the rccOnly target.
This commit is contained in:
Sebastian Holtermann
2016-11-25 12:28:02 +01:00
parent 6eb654c06e
commit 59dbd3f891
3 changed files with 11 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
extern int qInitResources_rccOnlyRes();
int main(int, char**)
{
// Fails to link if the symbol is not present.
qInitResources_rccOnlyRes();
return 0;
}