Re: [Interest] Qt.labs.platform

2018-09-12 Thread Igor Mironchik
On 12.09.2018 17:53, Mitch Curtis wrote: -Original Message- From: Interest On Behalf Of Igor Mironchik Sent: Wednesday, 12 September 2018 3:49 PM To: interest@qt-project.org Subject: [Interest] Qt.labs.platform I'm on Linux with static Qt, I link my app to libqtlabsplatformplu

Re: [Interest] Qt.labs.platform

2018-09-12 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Igor Mironchik > Sent: Wednesday, 12 September 2018 3:49 PM > To: interest@qt-project.org > Subject: [Interest] Qt.labs.platform > > I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.

[Interest] Qt.labs.platform

2018-09-12 Thread Igor Mironchik
I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.a I've got the following error module "Qt.labs.platform" plugin "qtlabsplatformplugin" not found Does it mean that I linked with wrong order, or it tells about something different? _