Re: [Interest] Static build of Qt - debug mode and plugins

2019-08-24 Thread Thiago Macieira
On Saturday, 24 August 2019 10:53:45 PDT Jakub Narolewski wrote: > [ 1%] Linking CXX executable mrserver_debug Please expand this line. Since this is a static build, the order in which the libraries is listed matters. Make sure that you list the plugin before the QtSql library. -- Thiago

[Interest] Static build of Qt - debug mode and plugins

2019-08-24 Thread Jakub Narolewski
Hello :] I'm having a bit of a problem compiling my application in debug build mode under Linux. Generally, under *nixes, I'm using self build, static Qt version. To configure Qt I'm using this simple one-liner: // CONFIGURE START ./configure \ -opensource \ -confirm-license \ -static \