I have a pre existing application, that calls out into a plugin library. I want the plugin library to be developed in QT, and to be able to display a QT UI.
However, when I attempt to create a QWidget it complains that the QApplication needs to be created first.
Is it not possible to use QT to develop cross platform plugins? E.g. a netscape plugin for Chrome or Firefox. I do not, and cannot, control the app's main loop.