[Qt-creator] Not sure why QML module not found errors

Jason H jhihn at gmx.com
Fri Mar 30 22:27:37 CEST 2018


I'm not sure if this is a Qt or Creator issue, but when using an Android profile:
import QtQuick 2.10
import QtMultimedia 5.8   // O QML Module not Found (QtMultimedia)
import QtSensors 5.8      // O QML Module not Found (QtSensors)
import QtQuick.Window 2.3 // O QML Module not Found (QtQuick.Window)

It's fine for not-android. But I do have Qt 5.10.1 installed and Android configured.
It compiles, it just doesn't highlight Camera, VideoOutput, Window, etc.

And yes, I have QT += quick multimedia sensors in my .pro



More information about the Qt-creator mailing list