mirror of
https://github.com/reactos/CMake.git
synced 2024-12-17 08:36:48 +00:00
59dbd3f891
Also add dedicated rccOnlyRes.qrc file for the rccOnly target.
10 lines
160 B
C++
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;
|
|
}
|