<?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[Qt creator terminal asking for user input]]></title><description><![CDATA[<p dir="auto">Qt creator terminal is asking for user input but I can't provide it because it does not take user input. How do I get the qmake to open an external terminal so I can provide user input?</p>
]]></description><link>https://forum.qt.io/topic/98711/qt-creator-terminal-asking-for-user-input</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 20:49:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/98711.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Jan 2019 17:39:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Thu, 24 Jan 2019 20:30:31 GMT]]></title><description><![CDATA[<p dir="auto">Would it be possible to share a minimal project that shows that behaviour ?</p>
]]></description><link>https://forum.qt.io/post/506986</link><guid isPermaLink="true">https://forum.qt.io/post/506986</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 24 Jan 2019 20:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Thu, 24 Jan 2019 13:55:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> I think I know what you are getting at. This is a corporate project, cloned from the same repo on all machines involved. Some of the sub projects are console, some are widget applications, and one is qml. This script is called from qmake during the build of the whole project, not any one sub project.</p>
]]></description><link>https://forum.qt.io/post/506914</link><guid isPermaLink="true">https://forum.qt.io/post/506914</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Thu, 24 Jan 2019 13:55:44 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Wed, 23 Jan 2019 21:28:38 GMT]]></title><description><![CDATA[<p dir="auto">And from a project point of view ? Thinking about the "Run in terminal" parameter.</p>
]]></description><link>https://forum.qt.io/post/506732</link><guid isPermaLink="true">https://forum.qt.io/post/506732</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 23 Jan 2019 21:28:38 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Wed, 23 Jan 2019 21:22:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> We've gone over QtCreator with a fine tooth comb. They are identical. It's project independent since it's qmake command calling an external script.</p>
]]></description><link>https://forum.qt.io/post/506729</link><guid isPermaLink="true">https://forum.qt.io/post/506729</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Wed, 23 Jan 2019 21:22:26 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Tue, 22 Jan 2019 20:12:35 GMT]]></title><description><![CDATA[<p dir="auto">Did you check whether you had a difference of configuration of Qt Creator or the project itself between the working machine and the others ?</p>
]]></description><link>https://forum.qt.io/post/506489</link><guid isPermaLink="true">https://forum.qt.io/post/506489</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 22 Jan 2019 20:12:35 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Tue, 22 Jan 2019 16:54:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> It may not be the official way, but it is the way we must do it. And since the window can pop up, and cloned systems behave the same way, it must be a setting somewhere, but I and my colleagues have yet to find it.</p>
]]></description><link>https://forum.qt.io/post/506450</link><guid isPermaLink="true">https://forum.qt.io/post/506450</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Tue, 22 Jan 2019 16:54:00 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Tue, 22 Jan 2019 15:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/granitedev">@<bdi>graniteDev</bdi></a> I think this is pure luck that the command window pops up.</p>
<p dir="auto">I also think, this is no official/recommended way to set up the project. The usual way is to provide these parameters as <code>qmake</code> or <code>make</code> arguments, or to set them via an environment variable.</p>
]]></description><link>https://forum.qt.io/post/506436</link><guid isPermaLink="true">https://forum.qt.io/post/506436</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Tue, 22 Jan 2019 15:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Tue, 22 Jan 2019 15:06:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> It's just a script that gets called as part of the build process to make sure all of our soup repos are correctly downloaded and of the right version. It requires user authentication though.</p>
<p dir="auto">On one of our systems it works just right, the script window pops up in it's own cmd window (this is on Windows 10) and then the user can enter their credentials, the script does it's checking, and then closes and the build continues.</p>
<p dir="auto">However on the rest of our systems, the external window doesn't open, instead the script runs inside the QtCreator console which does not allow for user input. This stops the build process because it just sits there waiting for user input that it can't receive.</p>
<p dir="auto">The only solution I currently have is to clone this one working system. This has worked, the clones of this system behave the same way, but it's not an answer. What I need is to know how to invoke this behavior of opening an external command window, on purpose. Otherwise future modification to this "master" system could inadvertently kill this functionality and I'll have no way of getting it back.</p>
]]></description><link>https://forum.qt.io/post/506432</link><guid isPermaLink="true">https://forum.qt.io/post/506432</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Tue, 22 Jan 2019 15:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Mon, 21 Jan 2019 21:06:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">How are you requesting the input currently ?</p>
]]></description><link>https://forum.qt.io/post/506201</link><guid isPermaLink="true">https://forum.qt.io/post/506201</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 21 Jan 2019 21:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Mon, 21 Jan 2019 18:52:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> part of our build requires running an external script that requires user input for it's operation.</p>
]]></description><link>https://forum.qt.io/post/506176</link><guid isPermaLink="true">https://forum.qt.io/post/506176</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Mon, 21 Jan 2019 18:52:54 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Sat, 19 Jan 2019 21:43:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/granitedev">@<bdi>graniteDev</bdi></a> which input is that?</p>
]]></description><link>https://forum.qt.io/post/505863</link><guid isPermaLink="true">https://forum.qt.io/post/505863</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Sat, 19 Jan 2019 21:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Sat, 19 Jan 2019 21:31:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dheerendra">@<bdi>dheerendra</bdi></a> yes, but I'm hoping to make it user friendly for my colleagues. we have one machine that will pop up an external command line and allows user input. None of the other's do, and I can't figure out why.</p>
]]></description><link>https://forum.qt.io/post/505862</link><guid isPermaLink="true">https://forum.qt.io/post/505862</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Sat, 19 Jan 2019 21:31:07 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Sat, 19 Jan 2019 19:38:30 GMT]]></title><description><![CDATA[<p dir="auto">At least I have not seen such option. You can try running qmake from commandline itself and try</p>
]]></description><link>https://forum.qt.io/post/505856</link><guid isPermaLink="true">https://forum.qt.io/post/505856</guid><dc:creator><![CDATA[dheerendra]]></dc:creator><pubDate>Sat, 19 Jan 2019 19:38:30 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Sat, 19 Jan 2019 17:58:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dheerendra">@<bdi>dheerendra</bdi></a> thanks, but I believe that is only for the application itself. I'm referring to running qmake.</p>
]]></description><link>https://forum.qt.io/post/505850</link><guid isPermaLink="true">https://forum.qt.io/post/505850</guid><dc:creator><![CDATA[graniteDev]]></dc:creator><pubDate>Sat, 19 Jan 2019 17:58:02 GMT</pubDate></item><item><title><![CDATA[Reply to Qt creator terminal asking for user input on Sat, 19 Jan 2019 17:49:31 GMT]]></title><description><![CDATA[<p dir="auto">Did u try config +=console</p>
]]></description><link>https://forum.qt.io/post/505849</link><guid isPermaLink="true">https://forum.qt.io/post/505849</guid><dc:creator><![CDATA[dheerendra]]></dc:creator><pubDate>Sat, 19 Jan 2019 17:49:31 GMT</pubDate></item></channel></rss>