Error: "Must construct a QApplication before a QWidget"

2017-06-24 Thread Lubomir I. Ivanov
i've updated to Qt 5.9.0 today and after building Subsurface on Windows i'm getting a: QWidget: Must construct a QApplication before a QWidget Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. and the app terminates with: "This application has request

Re: Error: "Must construct a QApplication before a QWidget"

2017-06-24 Thread Dirk Hohndel
> On Jun 24, 2017, at 11:16 AM, Lubomir I. Ivanov wrote: > > i've updated to Qt 5.9.0 today and after building Subsurface on > Windows i'm getting a: > > QWidget: Must construct a QApplication before a QWidget > Invalid parameter passed to C runtime function. > Invalid parameter passed to C run

Re: Error: "Must construct a QApplication before a QWidget"

2017-06-24 Thread Lubomir I. Ivanov
On 24 June 2017 at 21:29, Dirk Hohndel wrote: > >> On Jun 24, 2017, at 11:16 AM, Lubomir I. Ivanov wrote: >> >> i've updated to Qt 5.9.0 today and after building Subsurface on >> Windows i'm getting a: >> >> QWidget: Must construct a QApplication before a QWidget >> Invalid parameter passed to C

Re: Error: "Must construct a QApplication before a QWidget"

2017-06-26 Thread Tomaz Canabrava
On Sat, Jun 24, 2017 at 10:28 PM, Lubomir I. Ivanov wrote: > On 24 June 2017 at 21:29, Dirk Hohndel wrote: > > > >> On Jun 24, 2017, at 11:16 AM, Lubomir I. Ivanov > wrote: > >> > >> i've updated to Qt 5.9.0 today and after building Subsurface on > >> Windows i'm getting a: > >> > >> QWidget: M