Error in all projects
-
Hello. I use Qt Creator 3.5.1 under Ubuntu 15.10 x64. When I load or create new project i get these errors in general message:
Warnings while parsing QML type information of /opt/Qt/5.5/gcc_64/qml:
<dump of /opt/Qt/5.5/gcc_64/qml>:1:24: Reading only version 1.1 parts.
<dump of /opt/Qt/5.5/gcc_64/qml>:10:5: Expected only Component and ModuleApi object definitions.How can i remove these errors?
-
Hello. I use Qt Creator 3.5.1 under Ubuntu 15.10 x64. When I load or create new project i get these errors in general message:
Warnings while parsing QML type information of /opt/Qt/5.5/gcc_64/qml:
<dump of /opt/Qt/5.5/gcc_64/qml>:1:24: Reading only version 1.1 parts.
<dump of /opt/Qt/5.5/gcc_64/qml>:10:5: Expected only Component and ModuleApi object definitions.How can i remove these errors?
@Plasma said:
Hi and welcome
it does sounds like this
https://bugreports.qt.io/browse/QTBUG-45936Is the error for all projects even Desktop Widget?
update: just saw I get them too when opening a project containing
QML. (win 7) -
@Plasma said:
Hi and welcome
it does sounds like this
https://bugreports.qt.io/browse/QTBUG-45936Is the error for all projects even Desktop Widget?
update: just saw I get them too when opening a project containing
QML. (win 7) -
@Plasma
Ok
It seems to be related to this
https://bugreports.qt.io/browse/QTCREATORBUG-14892For me its just a warning and all projects works.
You could try 5.6 and see if its the same.