QtCreator 4.9.2 Qt 5.12.6 - Qml emulation layer (QML Puppet) build error
-
Dear All,
as written in the title, I have a problem using Design Mode in QtCreator with .qml files.
My software configuration is:- Qt Creator 4.9.2
- Qt 5.12.6
- MSVC 2017 64 bit
Following this web page (https://doc.qt.io/qtcreator/creator-qml-modules-with-plugins.html), in QtCreator I set the flag:
Tools > Options > Qt Quick > Qt Quick Designer > Use QML emulation layer which is built by the selected Qt
and I put as "Top Level Build Path" the path of MSVC that I'm using in my project, that is:
C:\Qt\5.9.7\msvc2015\binWhen I open a .qml file in Design mode, build process start but it raises error at 36%; the error is the follow:
Error output file is the follow one:
Any ideas??
Thanks,
Nicola -
Dear All,
as written in the title, I have a problem using Design Mode in QtCreator with .qml files.
My software configuration is:- Qt Creator 4.9.2
- Qt 5.12.6
- MSVC 2017 64 bit
Following this web page (https://doc.qt.io/qtcreator/creator-qml-modules-with-plugins.html), in QtCreator I set the flag:
Tools > Options > Qt Quick > Qt Quick Designer > Use QML emulation layer which is built by the selected Qt
and I put as "Top Level Build Path" the path of MSVC that I'm using in my project, that is:
C:\Qt\5.9.7\msvc2015\binWhen I open a .qml file in Design mode, build process start but it raises error at 36%; the error is the follow:
Error output file is the follow one:
Any ideas??
Thanks,
Nicola@nico88desmo The actual error is not there - check what is above the lines you posted.
-
@jsulm thanks for the answer, unfortunately I haven't other error lines above the one I've posted.
Are there other .log files I can check?