Unable to run project in Qt Design Studio 4.2.0
-
Hello,
I'm new to Qt and I'm doing this tutorial on how to design an application with Quick in Design Studio.
I have followed all of the steps on that tutorial page, but when I click the run button, no window appears. I opened the Application Output tab and was presented with this:
21:43:26: Starting C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\qml2puppet-4.2.0.exe -I C:/QtProjects/ToDo/imports -I C:/QtProjects/ToDo/asset_imports --apptype widget C:/QtProjects/ToDo/content/App.qml... QML debugging is enabled. Only use this in a safe environment. Info: Starting QML Puppet ((null):0, (null)) Error: Unknown options: I, I, apptype. Usage: C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\qml2puppet-4.2.0.exe [options] QML Runtime Provider for QDS Options: --qml-puppet Run QML Puppet (default) --qml-runtime Run QML Runtime --appinfo Print build information --test Run test mode --readcapturedstream <inputStream, [outputStream]> Read captured stream. --rendericon <size, fileName, sourceQml> Renders icon. --import3dAsset <sourceAsset, outDir, importOptJso Import 3d asset. n> -?, -h, --help Displays help on commandline options. --help-all Displays help including Qt specific options. -v, --version Displays version information. 21:43:26: C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\qml2puppet-4.2.0.exe exited with code 1
Does anyone know what the issue is? I wonder if I somehow messed up my installation; the tutorial on how to install Qt is outdated and the current installer has different options. I also was curious about the yellow bar in the below screenshot saying to link a Qt installation; when I click that and choose my installation path (C:\Qt) the address is red and the "Link" button is greyed out.
Here's a screenshot of my Design Studio window:
My run settings:
And my Qt Installation:
Please let me know if there's any more context needed to fix this issue, and thanks in advance for the help.
-
Forgot to mention, I'm on Windows 10 64bit (if that matters).
-
@hamburgerphobia Hey, I am having the exact same issue, have you found a solution yet? Thanks!