[Interest] QtPlugins statically linked not loading

Thiago Macieira thiago.macieira at intel.com
Mon Jun 1 18:12:12 CEST 2015


On Monday 01 June 2015 15:32:43 Nuno Santos wrote:
> qrc:/main.qml:1 module "QtQuick" is not installed
> qrc:/main.qml:2 module "QtQuick.Window" is not installed

Did you add the necessary QT_IMPORT_PLUGIN to a .cpp file?

Can you try QTPLUGIN += whatever instead of LIBS += for those plugins? That 
should auto-generate the QT_IMPORT_PLUGIN statement.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list