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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to