Re: [Interest] Creating a DLL with a Qt Project with static Qt

2018-08-31 Thread Hamish Moffatt
On 01/09/18 01:29, Etienne Sandré-Chardonnal wrote: > Dear all, > > I am reopening an old Windows project which was building a DLL. That > DLL is not a Qt plugin, it is a plain DLL with a custom interface. > > Now, I am using Qt static (commercial license) and it seems that > because of this, qma

[Interest] Creating a DLL with a Qt Project with static Qt

2018-08-31 Thread Etienne Sandré-Chardonnal
Dear all, I am reopening an old Windows project which was building a DLL. That DLL is not a Qt plugin, it is a plain DLL with a custom interface. Now, I am using Qt static (commercial license) and it seems that because of this, qmake generates a static library (.a) instead of a dll. Is there a w