My DLL is loaded by LoadLibrary from a non-Qt application.
qt widgets are not going to work without a qt event loop - normally from a qt application


Actually, i just want to load my QtGui and handle it like any Qt application

then you need a qt application, not a non-qt app and a qt dll.