<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problems when i launch Qt executable from folder]]></title><description><![CDATA[<p dir="auto">Hey guys,</p>
<p dir="auto">I have a little problem when i try to lunch my Qt application from folder and not from Qt IDE. If I launch the application from IDE the interface is ok (all widgets at their place) but after i copy all the needed Qt *.dll in the release folder the application run but pop up an empty window.</p>
<p dir="auto">Has somebody any idea about how can i fix this problem and why is happening this?<br />
Thank you :)</p>
]]></description><link>https://forum.qt.io/topic/78490/problems-when-i-launch-qt-executable-from-folder</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 10:01:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/78490.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Apr 2017 09:16:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Tue, 25 Apr 2017 16:33:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks @Ni-Sumi  :)</p>
]]></description><link>https://forum.qt.io/post/389917</link><guid isPermaLink="true">https://forum.qt.io/post/389917</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Tue, 25 Apr 2017 16:33:21 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Tue, 25 Apr 2017 09:10:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a></p>
<p dir="auto">To mark it as solved.</p>
<p dir="auto"><em><strong>TopicTool</strong></em>s on the top and select <em><strong>"mark as solved"</strong></em></p>
]]></description><link>https://forum.qt.io/post/389845</link><guid isPermaLink="true">https://forum.qt.io/post/389845</guid><dc:creator><![CDATA[Ni.Sumi]]></dc:creator><pubDate>Tue, 25 Apr 2017 09:10:00 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Tue, 25 Apr 2017 09:06:09 GMT]]></title><description><![CDATA[<p dir="auto">Yes, i have<br />
Sorry for my delay. :D<br />
There was the problem. Now works fine.<br />
Thank you very much all. :D<br />
PS: I don't know how to mark as solved this topic.</p>
]]></description><link>https://forum.qt.io/post/389843</link><guid isPermaLink="true">https://forum.qt.io/post/389843</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Tue, 25 Apr 2017 09:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Sat, 22 Apr 2017 20:25:59 GMT]]></title><description><![CDATA[<p dir="auto">Which version of Qt are you using ?</p>
<p dir="auto">Did you setup the .pro file the same way ?</p>
]]></description><link>https://forum.qt.io/post/389345</link><guid isPermaLink="true">https://forum.qt.io/post/389345</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 22 Apr 2017 20:25:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Sat, 22 Apr 2017 18:38:33 GMT]]></title><description><![CDATA[<p dir="auto">Yes. I don't remember if i have setup something to my previews project, but the think is the second doesn't work.</p>
]]></description><link>https://forum.qt.io/post/389336</link><guid isPermaLink="true">https://forum.qt.io/post/389336</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Sat, 22 Apr 2017 18:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Sat, 22 Apr 2017 17:13:48 GMT]]></title><description><![CDATA[<p dir="auto">Do you mean from Qt Creator ?</p>
]]></description><link>https://forum.qt.io/post/389323</link><guid isPermaLink="true">https://forum.qt.io/post/389323</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 22 Apr 2017 17:13:48 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Sat, 22 Apr 2017 06:01:50 GMT]]></title><description><![CDATA[<p dir="auto">Yes <a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> , that was the problem.<br />
The above error appears in qt creator when i have created the new project and i don't understand why.<br />
I just made a new project and i have copy all the file from the old one to the new one and show this error when i try to launch.<br />
The old project works fine without any error.<br />
Do i need to setup something from project configuration ?</p>
]]></description><link>https://forum.qt.io/post/389297</link><guid isPermaLink="true">https://forum.qt.io/post/389297</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Sat, 22 Apr 2017 06:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 21:49:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You should use the <code>-qml</code> parameter of windeployqt so that it can go parse your application qml files and deploy what's needed to support them.</p>
]]></description><link>https://forum.qt.io/post/389237</link><guid isPermaLink="true">https://forum.qt.io/post/389237</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 21 Apr 2017 21:49:24 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 15:44:10 GMT]]></title><description><![CDATA[<p dir="auto">I have try on a new workstation and i have rebuild the project but the result is the same. I have made deploy using windeployqt following this video <a href="https://www.youtube.com/watch?v=8qozxqSZQEg" target="_blank" rel="noopener noreferrer nofollow ugc">link</a>. I have study the executable with dependency walker show me some missing dll. I was thinking the dll problem is solved by windeployqt . Here is a print<br />
<img src="http://i68.tinypic.com/2eehu36.png" alt="alt text" class=" img-fluid img-markdown" /><br />
That dll name doesn't tell to much.<br />
PS: I have also try to make an empty QML Quick 2 Application and make deploy. Also doesn't work...</p>
<p dir="auto"><strong>UPDATE :</strong>  I have close the application and rebuild again and now say :</p>
<p dir="auto">qrc:/test.qml:4:1: module "QtQuick.Controls" is not installed<br />
qrc:/test.qml:5:1: module "QtQuick.Controls.Styles" is not installed<br />
qrc:/test.qml:3:1: module "QtQuick.Window" is not installed<br />
qrc:/test.qml:1:1: module "QtQuick" is not installed<br />
qrc:/test.qml:4:1: module "QtQuick.Controls" is not installed<br />
qrc:/test.qml:5:1: module "QtQuick.Controls.Styles" is not installed<br />
qrc:/test.qml:3:1: module "QtQuick.Window" is not installed<br />
qrc:/test.qml:1:1: module "QtQuick" is not installed<br />
qrc:/test.qml:4:1: module "QtQuick.Controls" is not installed<br />
qrc:/test.qml:5:1: module "QtQuick.Controls.Styles" is not installed<br />
qrc:/test.qml:3:1: module "QtQuick.Window" is not installed<br />
qrc:/test.qml:1:1: module "QtQuick" is not installed<br />
qrc:/test.qml:4:1: module "QtQuick.Controls" is not installed<br />
qrc:/test.qml:5:1: module "QtQuick.Controls.Styles" is not installed<br />
qrc:/test.qml:3:1: module "QtQuick.Window" is not installed</p>
<p dir="auto">I have Qt 5.8.0</p>
]]></description><link>https://forum.qt.io/post/389156</link><guid isPermaLink="true">https://forum.qt.io/post/389156</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 15:44:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 12:29:50 GMT]]></title><description><![CDATA[<p dir="auto">I will try and also i will try on a new machine to see if the result is the same.<br />
I will came back with results.<br />
Thanks :)</p>
]]></description><link>https://forum.qt.io/post/389113</link><guid isPermaLink="true">https://forum.qt.io/post/389113</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 12:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 12:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a> Set QT_DEBUG_PLUGINS to != 0 before starting your app in cmd and see whether any plug-ins are missing or failed to load. See <a href="http://doc.qt.io/qt-5/debug.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/debug.html</a></p>
]]></description><link>https://forum.qt.io/post/389112</link><guid isPermaLink="true">https://forum.qt.io/post/389112</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 21 Apr 2017 12:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 11:54:47 GMT]]></title><description><![CDATA[<p dir="auto">Yes, that's what i have done but still doesn't work. Every time when i launch my application popup a little window witch doesn't have any connection with my application. Here is what i get.<br />
<img src="http://i63.tinypic.com/24qlapl.png" alt="alt text" class=" img-fluid img-markdown" /><br />
This is not how looks my application when i lunch from Qt. It has some buttons, labels and so on.</p>
]]></description><link>https://forum.qt.io/post/389108</link><guid isPermaLink="true">https://forum.qt.io/post/389108</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 11:54:47 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 11:45:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a> Build directory? Why? You want to deploy your app, right? Check <a href="http://doc.qt.io/qt-5/windows-deployment.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/windows-deployment.html</a></p>
]]></description><link>https://forum.qt.io/post/389105</link><guid isPermaLink="true">https://forum.qt.io/post/389105</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 21 Apr 2017 11:45:55 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 11:25:34 GMT]]></title><description><![CDATA[<p dir="auto">I have try and also doesn't work.<br />
Can have a connection with the path to the build directory?<br />
I have change that path from Qt and now i receive a warning and say "The build directory needs to be at the same level as the source directory".</p>
]]></description><link>https://forum.qt.io/post/389100</link><guid isPermaLink="true">https://forum.qt.io/post/389100</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 11:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 10:19:27 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your replay @J-Hilk , @Ni-Sumi<br />
I will try when i will go back to my pc to see if this solution solve the problem. :)</p>
]]></description><link>https://forum.qt.io/post/389086</link><guid isPermaLink="true">https://forum.qt.io/post/389086</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 10:19:27 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 10:06:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a> You also should check whether you copied all needed plug-ins</p>
]]></description><link>https://forum.qt.io/post/389081</link><guid isPermaLink="true">https://forum.qt.io/post/389081</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 21 Apr 2017 10:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 10:05:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a></p>
<p dir="auto">Probably , you might be missed soem additional lbs. Use <a href="http://www.dependencywalker.com/" target="_blank" rel="noopener noreferrer nofollow ugc">Dependency Walker</a> .<br />
check these <a href="https://wiki.qt.io/Deploy_an_Application_on_Windows" target="_blank" rel="noopener noreferrer nofollow ugc">Qt deploy tools on windows</a>   and <a href="http://doc.qt.io/qt-5/deployment.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/deployment.html</a></p>
]]></description><link>https://forum.qt.io/post/389079</link><guid isPermaLink="true">https://forum.qt.io/post/389079</guid><dc:creator><![CDATA[Ni.Sumi]]></dc:creator><pubDate>Fri, 21 Apr 2017 10:05:31 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 10:00:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a> fixed the link,</p>
<p dir="auto">yeah, that won't be enough follow the steps and post here if it doesn't work, or you need help.</p>
]]></description><link>https://forum.qt.io/post/389077</link><guid isPermaLink="true">https://forum.qt.io/post/389077</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Fri, 21 Apr 2017 10:00:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 09:52:41 GMT]]></title><description><![CDATA[<p dir="auto">Hey @J-Hilk<br />
Your link doesn't work.:D<br />
What i have done is to copy from Qt bin folder the dll that my application need (QtCore, QtGui, etc).</p>
]]></description><link>https://forum.qt.io/post/389075</link><guid isPermaLink="true">https://forum.qt.io/post/389075</guid><dc:creator><![CDATA[Adrian.Aioanei]]></dc:creator><pubDate>Fri, 21 Apr 2017 09:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problems when i launch Qt executable from folder on Fri, 21 Apr 2017 09:58:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adrian.aioanei">@<bdi>Adrian.Aioanei</bdi></a><br />
What exactly do you mean with</p>
<blockquote>
<p dir="auto">after i copy all the needed Qt *.dll in the release folder</p>
</blockquote>
<p dir="auto">If you just double clicked your exe and searched and copied the dll's that poped up  as missing, than you defenitly miss some files :)</p>
<p dir="auto">Take a look <a href="http://doc.qt.io/qt-5/deployment.html" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> last entry <code>Platform-Specific Notes</code>  is what you should check, depending on your platform, you'll find tools/guidlines how to deploy your application.</p>
]]></description><link>https://forum.qt.io/post/389068</link><guid isPermaLink="true">https://forum.qt.io/post/389068</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Fri, 21 Apr 2017 09:58:54 GMT</pubDate></item></channel></rss>