mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
QtAutogen tests: Rename rcconly target to camel case rccOnly.
Also add dedicated rccOnlyRes.qrc file for the rccOnly target.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user