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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to