HI all,
We can make the resource only dll in MFC. the compiler option is -no entry.
So can anyone know that what is the gcc compiler option for making the resource only dll on LINUX or how can we make the resource only dll on linux in pure C++ or Qt.

What is the entry point in dlls made in Qt?
The way we export a function in Qt, can we export the resouces(in .qrc) too?? if yes, how?
i can do it using Q_INIT_RESOURCE, but can i do it without it?

Thanks
Shuchi