Hi,

I plan to write a DLL which contains a QApplication with a lot of gui(s) (It used to be a EXE, now I want to make it a DLL). And my customer will write another Qt EXE which also contains a QApplication with their gui(s). This EXE then link against my DLL.

Is it possible?

Thanks