Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.5.0-rc
-
None
-
Ubuntu 11.04
-
I759ae0c68441e805b0502bf2d203c524bf1a7a7c , d4c2c3f214ebfbdd39674a9f281394315aab59f8
Description
If a QML Type is exported with different names, only one is recognized.
Refer attached example.
Preconditions:
build Qt5/QtMultimedia
run qmlplugindump -notrelocatable QtMultimedia 5.0 and save the output in qt-creator/share/qtcreator/qml-type-descriptions
The .qmltypes file exports QDeclarativeAudio as both Audio and MediaPlayer. However, when declaring MediaPlayer in the qml file, it is not recognized (See screenshot).