Did VST3.x plugin running on a Independent process?

Hi,all:

I try to develop VST3.x from QT Application, the major problem is QApplication is Singleton mode, so it’s can not safely work if the host is a qt application, but I think it’s can be work if the vst plugin instance running in a independent process.

how about this?