> -----Original Message----- > From: Interest <[email protected]> On > Behalf Of Igor Mironchik > Sent: Wednesday, 12 September 2018 3:49 PM > To: [email protected] > Subject: [Interest] Qt.labs.platform > > 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?
Are you sure the static plugin exists in your Qt build? Try running the application with QML_IMPORT_TRACE=1 and provide the output here. It's probably not related, but you should also make sure you have QT += widgets in your .pro. > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
