<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Mangal;
        panose-1:2 4 5 3 5 2 3 3 2 2;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Yu Gothic";
        panose-1:2 11 4 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@Yu Gothic";
        panose-1:2 11 4 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EpostStil19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="nb-GB" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">What is also useful to check is to set QT_DEBUG_PLUGINS=1 as your environment variable, it can tell you where it is looking for the plugin then. Maybe it finds a qt.conf file and it is influencing the paths incorrectly
 there.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Andy<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<b><span style="font-size:12.0pt;color:black">Fra: </span></b><span style="font-size:12.0pt;color:black">Interest <interest-bounces@qt-project.org> på vegne av Jérôme Godbout <godboutj@amotus.ca><br>
<b>Dato: </b>mandag, 26. april 2021 kl. 19:33<br>
<b>Til: </b>Jason H <jhihn@gmx.com><br>
<b>Kopi: </b>interestqt-project.org <interest@qt-project.org><br>
<b>Emne: </b>Re: [Interest] Qt permanently broke on computer<o:p></o:p></span></p>
</div>
<p class="MsoNormal" style="margin-left:35.4pt">You might try to delete the .user files for the project and clean the build folder manually (erase the whole folder).<b><span style="font-size:16.0pt;color:#2E3031">
</span></b>Check the project config to spot any differences there. If some project work with the same Qt version, the Qt install is probably good. Make sure all you dependencies are ok.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:35.4pt"> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left:35.4pt"> <o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Interest <interest-bounces@qt-project.org> on behalf of Jason H <jhihn@gmx.com><br>
<b>Date: </b>Monday, April 26, 2021 at 11:11 AM<br>
<b>To: </b>Jason H <jhihn@gmx.com><br>
<b>Cc: </b>interestqt-project.org <interest@qt-project.org><br>
<b>Subject: </b>Re: [Interest] Qt permanently broke on computer</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:35.4pt"><br>
<br>
> Sent: Monday, April 26, 2021 at 11:01 AM<br>
> From: "Jason H" <jhihn@gmx.com><br>
> To: "Jason H" <jhihn@gmx.com><br>
> Cc: "interestqt-project.org" <interest@qt-project.org><br>
> Subject: Re: [Interest] Qt permanently broke on computer<br>
><br>
> > I tried to port an app on a Win10 PC. That went well. Then I tried to deploy (windeployqt) it.<br>
> ><br>
> > Now when I run it in creator I get:<br>
> > 10:26:28: Starting C:\Users\Admin\Projects\build-phidget-spinner-Desktop_Qt_5_15_2_MinGW_64_bit-Debug\debug\phidget-spinner.exe ...<br>
> > qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""<br>
> ><br>
> > I have deleted the C:\Qt dir and re-installed.<br>
> > I have cleaned the app source dir and deleted the shadow build dirs, deleted the .pro.user file,<br>
> > I launched QtC from the start menu.<br>
> ><br>
> > I have no idea how to get this working again.<br>
><br>
> Some additional info:<br>
> Other projects work.<br>
> The crash is in this statement:<br>
> QGuiApplication app(argc, argv);<br>
><br>
> the stack indicates a crash starting at:<br>
> QGuiApplicationPrivate::createPlatformIntegration()<br>
><br>
><br>
> All the online help (stackexchange) seems to be about deployment, but I'm just trying to run it in creator.<br>
<br>
Update #2:<br>
<br>
The same thing happens on a totaly new computer, never had qt on it before, installed Qt, copied the source and built it, some error.<br>
_______________________________________________<br>
Interest mailing list<br>
Interest@qt-project.org<br>
<a href="https://lists.qt-project.org/listinfo/interest">https://lists.qt-project.org/listinfo/interest</a><o:p></o:p></p>
</div>
</div>
</body>
</html>