Building Adapter for QT Quick Application Fails on QT 5.12 Offline Installation
Unsolved
General and Desktop
-
Hi,
I'm new to QT and i'm learning through the tutorials.I was following the Quick Application tutorial and i noticed my QT Designer view in QT Creator wasn't working. I followed a few workarounds online and enabled QML Designer.
But when i start the QT Creator design view it says "Building Adapter for Current QT" then fails with a error.
C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\generalhelper.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\mousearea3d.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\camerageometry.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\lightgeometry.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\gridgeometry.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\selectionboxgeometry.h:0: Note: No relevant classes found. No output generated. C:\Qt\Qt5.12.11\Tools\QtCreator\share\qtcreator\qml\qmlpuppet\qml2puppet\editor3d\linegeometry.h:0: Note: No relevant classes found. No output generated. C:/Qt/Qt5.12.11/Tools/mingw730_32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file C:\Users\MyUser\ Name\AppData\Roaming\QtProject\qtcreator\qmlpuppet\4.15.0\s-Cf6_YicqG1U3EzDBpzCfmL4Vkqml2puppet.exe: No such file or directory collect2.exe: error: ld returned 1 exit status mingw32-make[1]: *** [Makefile.Release:456: C:/Users/MyUser/ Name/AppData/Roaming/QtProject/qtcreator/qmlpuppet/4.15.0/s-Cf6_YicqG1U3EzDBpzCfmL4Vkqml2puppet.exe] Error 1 mingw32-make: *** [Makefile:38: release] Error 2
my qt installation is at:
E:\MyTools\qt\qtoolkit
I've tried retrying again and reinstalling it too.