Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Building Adapter for QT Quick Application Fails on QT 5.12 Offline Installation
Forum Update on Monday, May 27th 2025

Building Adapter for QT Quick Application Fails on QT 5.12 Offline Installation

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 162 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    testingcodehere
    wrote on last edited by testingcodehere
    #1

    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.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved