Hi,

I need to create an application instance (which is derived from QApplication) in a QUnitTest. This application instace require argc/argv as given in main().

All single test steps of the QUnitTest will use this application instance.

Are there any ideas how to arrange that?

Thanks Artschi